#02711F

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

Shades of Crusoe #02711F

Tints of Crusoe #02711F

Color information

#02711F (or 0x02711F) is unknown color: approx Crusoe. HEX triplet: 02, 71 and 1F. RGB value is (2,113,31). Sum of RGB (Red+Green+Blue) = 2+113+31=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 113 (44.53% from 255 or 77.40% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 113 - color contains mainly: green. Hex color #02711F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02711F is #FD8EE0. Grayscale: #464646. Windows color (decimal): -16617185 or 2060546. OLE color: 2060546.

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

Color convert

RGB211331-
CMYK0.9800.730.56
HSL135.68º96.52%22.55%-
HSV(B)135.68º98.23%44.31%-
XYZ6.1811.923.27-
YUV70.46105.7379.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 113 (44.53% from 255) = 77.40%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=1.37%
G=77.40%
B=21.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2113310.9800.730.56135.6896.5222.55
Hex2711F6204938886117
Octal21613714201117021014127
Binary1011100011111111000100100100111100010001000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02711F; }

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

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

<style>
 a { background-color: #02711F; }

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

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

<style>
 span { border-color: #02711F; }

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

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