#02602B

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

Shades of Crusoe #02602B

Tints of Crusoe #02602B

Color information

#02602B (or 0x02602B) is unknown color: approx Crusoe. HEX triplet: 02, 60 and 2B. RGB value is (2,96,43). Sum of RGB (Red+Green+Blue) = 2+96+43=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 96 (37.89% from 255 or 68.09% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 96 - color contains mainly: green. Hex color #02602B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02602B is #FD9FD4. Grayscale: #3D3D3D. Windows color (decimal): -16621525 or 2842626. OLE color: 2842626.

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

Color convert

RGB29643-
CMYK0.9800.550.62
HSL146.17º95.92%19.22%-
HSV(B)146.17º97.92%37.65%-
XYZ4.648.553.69-
YUV61.85117.3685.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 96 (37.89% from 255) = 68.09%
BLUE value IS 43 (17.19% from 255) = 30.50%
R=1.42%
G=68.09%
B=30.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296430.9800.550.62146.1795.9219.22
Hex2602B620373E926013
Octal2140531420677622214023
Binary1011000001010111100010011011111111010010010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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