#0C2102

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

Shades of Pine Tree #0C2102

Tints of Pine Tree #0C2102

Color information

#0C2102 (or 0x0C2102) is unknown color: approx Pine Tree. HEX triplet: 0C, 21 and 02. RGB value is (12,33,2). Sum of RGB (Red+Green+Blue) = 12+33+2=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 33 (13.28% from 255 or 70.21% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 33 - color contains mainly: green. Hex color #0C2102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2102 is #F3DEFD. Grayscale: #171717. Windows color (decimal): -15982334 or 139532. OLE color: 139532.

HSL color Cylindrical-coordinate representation of color #0C2102: hue angle of 100.65º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C2102 is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB12332-
CMYK0.6400.940.87
HSL100.65º88.57%6.86%-
HSV(B)100.65º93.94%12.94%-
XYZ0.711.170.25-
YUV23.19116.04120.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25.53%
GREEN value IS 33 (13.28% from 255) = 70.21%
BLUE value IS 2 (1.17% from 255) = 4.26%
R=25.53%
G=70.21%
B=4.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal123320.6400.940.87100.6588.576.86
HexC2124005E5765597
Octal1441210001361271451317
Binary110010000110100000001011110101011111001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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