#0C602F

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

Shades of Crusoe #0C602F

Tints of Crusoe #0C602F

Color information

#0C602F (or 0x0C602F) is unknown color: approx Crusoe. HEX triplet: 0C, 60 and 2F. RGB value is (12,96,47). Sum of RGB (Red+Green+Blue) = 12+96+47=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #0C602F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C602F is #F39FD0. Grayscale: #414141. Windows color (decimal): -15966161 or 3104780. OLE color: 3104780.

HSL color Cylindrical-coordinate representation of color #0C602F: hue angle of 145º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C602F is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB129647-
CMYK0.8800.510.62
HSL145º77.78%21.18%-
HSV(B)145º87.5%37.65%-
XYZ4.858.654.1-
YUV65.3117.6789.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.74%
GREEN value IS 96 (37.89% from 255) = 61.94%
BLUE value IS 47 (18.75% from 255) = 30.32%
R=7.74%
G=61.94%
B=30.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1296470.8800.510.6214577.7821.18
HexC602F580333E914e15
Octal14140571300637622111625
Binary110011000001011111011000011001111111010010001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C602F; }

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

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

<style>
 a { background-color: #0C602F; }

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

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

<style>
 span { border-color: #0C602F; }

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

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