#0C2101

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

Shades of Pine Tree #0C2101

Tints of Pine Tree #0C2101

Color information

#0C2101 (or 0x0C2101) is unknown color: approx Pine Tree. HEX triplet: 0C, 21 and 01. RGB value is (12,33,1). Sum of RGB (Red+Green+Blue) = 12+33+1=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 33 (13.28% from 255 or 71.74% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 33 - color contains mainly: green. Hex color #0C2101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2101 is #F3DEFE. Grayscale: #171717. Windows color (decimal): -15982335 or 73996. OLE color: 73996.

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

Color convert

RGB12331-
CMYK0.6400.970.87
HSL99.38º94.12%6.67%-
HSV(B)99.38º96.97%12.94%-
XYZ0.71.170.22-
YUV23.07115.54120.1-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.09%
GREEN value IS 33 (13.28% from 255) = 71.74%
BLUE value IS 1 (0.78% from 255) = 2.17%
R=26.09%
G=71.74%
B=2.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal123310.6400.970.8799.3894.126.67
HexC2114006157635e7
Octal1441110001411271431367
Binary11001000011100000001100001101011111000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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