#02712B

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

Shades of Crusoe #02712B

Tints of Crusoe #02712B

Color information

#02712B (or 0x02712B) is unknown color: approx Crusoe. HEX triplet: 02, 71 and 2B. RGB value is (2,113,43). Sum of RGB (Red+Green+Blue) = 2+113+43=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 113 (44.53% from 255 or 71.52% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 113 - color contains mainly: green. Hex color #02712B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02712B is #FD8ED4. Grayscale: #484848. Windows color (decimal): -16617173 or 2846978. OLE color: 2846978.

HSL color Cylindrical-coordinate representation of color #02712B: hue angle of 142.16º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02712B is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB211343-
CMYK0.9800.620.56
HSL142.16º96.52%22.55%-
HSV(B)142.16º98.23%44.31%-
XYZ6.37124.27-
YUV71.83111.7378.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 113 (44.53% from 255) = 71.52%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=1.27%
G=71.52%
B=27.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2113430.9800.620.56142.1696.5222.55
Hex2712B6203E388e6117
Octal2161531420767021614127
Binary1011100011010111100010011111011100010001110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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