#02731E

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

Shades of Crusoe #02731E

Tints of Crusoe #02731E

Color information

#02731E (or 0x02731E) is unknown color: approx Crusoe. HEX triplet: 02, 73 and 1E. RGB value is (2,115,30). Sum of RGB (Red+Green+Blue) = 2+115+30=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 115 (45.31% from 255 or 78.23% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 115 - color contains mainly: green. Hex color #02731E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02731E is #FD8CE1. Grayscale: #474747. Windows color (decimal): -16616674 or 1995522. OLE color: 1995522.

HSL color Cylindrical-coordinate representation of color #02731E: hue angle of 134.87º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02731E is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB211530-
CMYK0.9800.740.55
HSL134.87º96.58%22.94%-
HSV(B)134.87º98.26%45.1%-
XYZ6.3912.373.28-
YUV71.52104.5678.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 115 (45.31% from 255) = 78.23%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=1.36%
G=78.23%
B=20.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2115300.9800.740.55134.8796.5822.94
Hex2731E6204A37876117
Octal21633614201126720714127
Binary1011100111111011000100100101011011110000111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02731E; }

 p { color: rgb(2,115,30); }

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

<style>
 a { background-color: #02731E; }

 a { background-color: rgb(2,115,30); }

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

<style>
 span { border-color: #02731E; }

 span { border-color: rgb(2,115,30); }

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