#02612B

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

Shades of Crusoe #02612B

Tints of Crusoe #02612B

Color information

#02612B (or 0x02612B) is unknown color: approx Crusoe. HEX triplet: 02, 61 and 2B. RGB value is (2,97,43). Sum of RGB (Red+Green+Blue) = 2+97+43=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 97 (38.28% from 255 or 68.31% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 97 - color contains mainly: green. Hex color #02612B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02612B is #FD9ED4. Grayscale: #3E3E3E. Windows color (decimal): -16621269 or 2842882. OLE color: 2842882.

HSL color Cylindrical-coordinate representation of color #02612B: hue angle of 145.89º 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 #02612B is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB29743-
CMYK0.9800.560.62
HSL145.89º95.96%19.41%-
HSV(B)145.89º97.94%38.04%-
XYZ4.748.743.72-
YUV62.44117.0384.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.41%
GREEN value IS 97 (38.28% from 255) = 68.31%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=1.41%
G=68.31%
B=30.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal297430.9800.560.62145.8995.9619.41
Hex2612B620383E926013
Octal2141531420707622214023
Binary1011000011010111100010011100011111010010010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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