#0C1802

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

Shades of Pine Tree #0C1802

Tints of Pine Tree #0C1802

Color information

#0C1802 (or 0x0C1802) is unknown color: approx Pine Tree. HEX triplet: 0C, 18 and 02. RGB value is (12,24,2). Sum of RGB (Red+Green+Blue) = 12+24+2=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 24 (9.77% from 255 or 63.16% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 24 - color contains mainly: green. Hex color #0C1802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1802 is #F3E7FD. Grayscale: #111111. Windows color (decimal): -15984638 or 137228. OLE color: 137228.

HSL color Cylindrical-coordinate representation of color #0C1802: hue angle of 92.73º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1802 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.91.

Color convert

RGB12242-
CMYK0.5000.920.91
HSL92.73º84.62%5.1%-
HSV(B)92.73º91.67%9.41%-
XYZ0.490.740.17-
YUV17.9119.02123.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 31.58%
GREEN value IS 24 (9.77% from 255) = 63.16%
BLUE value IS 2 (1.17% from 255) = 5.26%
R=31.58%
G=63.16%
B=5.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal122420.5000.920.9192.7384.625.1
HexC1823205C5B5d555
Octal143026201341331351255
Binary1100110001011001001011100101101110111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,24,2); }

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

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

 a { background-color: rgb(12,24,2); }

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

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

 span { border-color: rgb(12,24,2); }

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