#08602B

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

Shades of Crusoe #08602B

Tints of Crusoe #08602B

Color information

#08602B (or 0x08602B) is unknown color: approx Crusoe. HEX triplet: 08, 60 and 2B. RGB value is (8,96,43). Sum of RGB (Red+Green+Blue) = 8+96+43=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #08602B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08602B is #F79FD4. Grayscale: #3F3F3F. Windows color (decimal): -16228309 or 2842632. OLE color: 2842632.

HSL color Cylindrical-coordinate representation of color #08602B: hue angle of 143.86º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08602B is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB89643-
CMYK0.9200.550.62
HSL143.86º84.62%20.39%-
HSV(B)143.86º91.67%37.65%-
XYZ4.728.593.7-
YUV63.65116.3588.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.44%
GREEN value IS 96 (37.89% from 255) = 65.31%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=5.44%
G=65.31%
B=29.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896430.9200.550.62143.8684.6220.39
Hex8602B5C0373E905514
Octal10140531340677622012524
Binary100011000001010111011100011011111111010010000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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