#0C1509

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

Shades of Pine Tree #0C1509

Tints of Pine Tree #0C1509

Color information

#0C1509 (or 0x0C1509) is unknown color: approx Pine Tree. HEX triplet: 0C, 15 and 09. RGB value is (12,21,9). Sum of RGB (Red+Green+Blue) = 12+21+9=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #0C1509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1509 is #F3EAF6. Grayscale: #101010. Windows color (decimal): -15985399 or 595212. OLE color: 595212.

HSL color Cylindrical-coordinate representation of color #0C1509: hue angle of 105º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0C1509 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.92.

Color convert

RGB12219-
CMYK0.4300.570.92
HSL105º40%5.88%-
HSV(B)105º57.14%8.24%-
XYZ0.470.630.36-
YUV16.94123.52124.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 28.57%
GREEN value IS 21 (8.59% from 255) = 50%
BLUE value IS 9 (3.91% from 255) = 21.43%
R=28.57%
G=50%
B=21.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal122190.4300.570.92105405.88
HexC1592B0395C69286
Octal14251153071134151506
Binary1100101011001101011011100110111001101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,21,9); }

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

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

 a { background-color: rgb(12,21,9); }

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

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

 span { border-color: rgb(12,21,9); }

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