#01CE2C

Color #01CE2C Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01CE2C

Tints of Dark Pastel Green #01CE2C

Color information

#01CE2C (or 0x01CE2C) is unknown color: approx Dark Pastel Green. HEX triplet: 01, CE and 2C. RGB value is (1,206,44). Sum of RGB (Red+Green+Blue) = 1+206+44=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 206 (80.86% from 255 or 82.07% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 206 - color contains mainly: green. Hex color #01CE2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CE2C is #FE31D3. Grayscale: #7E7E7E. Windows color (decimal): -16658900 or 2936321. OLE color: 2936321.

HSL color Cylindrical-coordinate representation of color #01CE2C: hue angle of 132.59º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CE2C is Cyan = 1.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB120644-
CMYK1.0000.790.19
HSL132.59º99.03%40.59%-
HSV(B)132.59º99.51%80.78%-
XYZ22.5444.339.75-
YUV126.2481.5838.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 206 (80.86% from 255) = 82.07%
BLUE value IS 44 (17.58% from 255) = 17.53%
R=0.40%
G=82.07%
B=17.53%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1206441.0000.790.19132.5999.0340.59
Hex1CE2C6404F13856329
Octal13165414401172320514351
Binary11100111010110011001000100111110011100001011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01CE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01CE2C; }

 p { color: rgb(1,206,44); }

 H1.HeaderClassName
 {
   color: #01CE2C;
 }
 .AnyTagClassName
 {
   color: #01CE2C;
 }
</style>
background-color css

<style>
 a { background-color: #01CE2C; }

 a { background-color: rgb(1,206,44); }

 div.DivClassName
 {
   background-color: #01CE2C;
 }
 .BgClassName
 {
   background-color: #01CE2C;
 }
</style>
border-color css

<style>
 span { border-color: #01CE2C; }

 span { border-color: rgb(1,206,44); }

 td.TdClassName
 {
   border-color: #01CE2C;
 }
 .TagClassName
 {
   border-color: #01CE2C;
 }
</style>