#0C1C05

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

Shades of Pine Tree #0C1C05

Tints of Pine Tree #0C1C05

Color information

#0C1C05 (or 0x0C1C05) is unknown color: approx Pine Tree. HEX triplet: 0C, 1C and 05. RGB value is (12,28,5). Sum of RGB (Red+Green+Blue) = 12+28+5=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 28 (11.33% from 255 or 62.22% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 28 - color contains mainly: green. Hex color #0C1C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1C05 is #F3E3FA. Grayscale: #141414. Windows color (decimal): -15983611 or 334860. OLE color: 334860.

HSL color Cylindrical-coordinate representation of color #0C1C05: hue angle of 101.74º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C1C05 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.89.

Color convert

RGB12285-
CMYK0.5700.820.89
HSL101.74º69.7%6.47%-
HSV(B)101.74º82.14%10.98%-
XYZ0.590.920.29-
YUV20.59119.2121.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.67%
GREEN value IS 28 (11.33% from 255) = 62.22%
BLUE value IS 5 (2.34% from 255) = 11.11%
R=26.67%
G=62.22%
B=11.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal122850.5700.820.89101.7469.76.47
HexC1C5390525966466
Octal143457101221311461066
Binary11001110010111100101010010101100111001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,28,5); }

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

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

 a { background-color: rgb(12,28,5); }

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

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

 span { border-color: rgb(12,28,5); }

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