#02612C

Color #02612C Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #02612C

Tints of Crusoe #02612C

Color information

#02612C (or 0x02612C) is unknown color: approx Crusoe. HEX triplet: 02, 61 and 2C. RGB value is (2,97,44). Sum of RGB (Red+Green+Blue) = 2+97+44=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #02612C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02612C is #FD9ED3. Grayscale: #3E3E3E. Windows color (decimal): -16621268 or 2908418. OLE color: 2908418.

HSL color Cylindrical-coordinate representation of color #02612C: hue angle of 146.53º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02612C is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB29744-
CMYK0.9800.550.62
HSL146.53º95.96%19.41%-
HSV(B)146.53º97.94%38.04%-
XYZ4.758.743.82-
YUV62.55117.5384.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 97 (38.28% from 255) = 67.83%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=1.40%
G=67.83%
B=30.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal297440.9800.550.62146.5395.9619.41
Hex2612C620373E936013
Octal2141541420677622314023
Binary1011000011011001100010011011111111010010011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02612C; }

 p { color: rgb(2,97,44); }

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

<style>
 a { background-color: #02612C; }

 a { background-color: rgb(2,97,44); }

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

<style>
 span { border-color: #02612C; }

 span { border-color: rgb(2,97,44); }

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