#0C1401

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

Shades of Pine Tree #0C1401

Tints of Pine Tree #0C1401

Color information

#0C1401 (or 0x0C1401) is unknown color: approx Pine Tree. HEX triplet: 0C, 14 and 01. RGB value is (12,20,1). Sum of RGB (Red+Green+Blue) = 12+20+1=33 (4% of max value = 765). Red value is 12 (5.08% from 255 or 36.36% from 33); Green value is 20 (8.20% from 255 or 60.61% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 20 - color contains mainly: green. Hex color #0C1401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1401 is #F3EBFE. Grayscale: #0F0F0F. Windows color (decimal): -15985663 or 70668. OLE color: 70668.

HSL color Cylindrical-coordinate representation of color #0C1401: hue angle of 85.26º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C1401 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB12201-
CMYK0.4000.950.92
HSL85.26º90.48%4.12%-
HSV(B)85.26º95%7.84%-
XYZ0.410.580.12-
YUV15.44119.85125.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 36.36%
GREEN value IS 20 (8.20% from 255) = 60.61%
BLUE value IS 1 (0.78% from 255) = 3.03%
R=36.36%
G=60.61%
B=3.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal122010.4000.950.9285.2690.484.12
HexC1412805F5C555a4
Octal142415001371341251324
Binary110010100110100001011111101110010101011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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