#02602F

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

Shades of Crusoe #02602F

Tints of Crusoe #02602F

Color information

#02602F (or 0x02602F) is unknown color: approx Crusoe. HEX triplet: 02, 60 and 2F. RGB value is (2,96,47). Sum of RGB (Red+Green+Blue) = 2+96+47=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 96 (37.89% from 255 or 66.21% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 96 - color contains mainly: green. Hex color #02602F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02602F is #FD9FD0. Grayscale: #3E3E3E. Windows color (decimal): -16621521 or 3104770. OLE color: 3104770.

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

Color convert

RGB29647-
CMYK0.9800.510.62
HSL148.72º95.92%19.22%-
HSV(B)148.72º97.92%37.65%-
XYZ4.728.584.1-
YUV62.31119.3684.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 96 (37.89% from 255) = 66.21%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=1.38%
G=66.21%
B=32.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296470.9800.510.62148.7295.9219.22
Hex2602F620333E956013
Octal2140571420637622514023
Binary1011000001011111100010011001111111010010101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,96,47); }

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

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

 a { background-color: rgb(2,96,47); }

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

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

 span { border-color: rgb(2,96,47); }

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