#0C1901

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

Shades of Pine Tree #0C1901

Tints of Pine Tree #0C1901

Color information

#0C1901 (or 0x0C1901) is unknown color: approx Pine Tree. HEX triplet: 0C, 19 and 01. RGB value is (12,25,1). Sum of RGB (Red+Green+Blue) = 12+25+1=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 25 (10.16% from 255 or 65.79% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 25 - color contains mainly: green. Hex color #0C1901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1901 is #F3E6FE. Grayscale: #121212. Windows color (decimal): -15984383 or 71948. OLE color: 71948.

HSL color Cylindrical-coordinate representation of color #0C1901: hue angle of 92.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C1901 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB12251-
CMYK0.5200.960.90
HSL92.5º92.31%5.1%-
HSV(B)92.5º96%9.8%-
XYZ0.50.780.15-
YUV18.38118.19123.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 31.58%
GREEN value IS 25 (10.16% from 255) = 65.79%
BLUE value IS 1 (0.78% from 255) = 2.63%
R=31.58%
G=65.79%
B=2.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal122510.5200.960.9092.592.315.1
HexC191340605A5c5c5
Octal143116401401321341345
Binary110011001111010001100000101101010111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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