#0C120A

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

Shades of Pine Tree #0C120A

Tints of Pine Tree #0C120A

Color information

#0C120A (or 0x0C120A) is unknown color: approx Pine Tree. HEX triplet: 0C, 12 and 0A. RGB value is (12,18,10). Sum of RGB (Red+Green+Blue) = 12+18+10=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 18 - color contains mainly: green. Hex color #0C120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C120A is #F3EDF5. Grayscale: #0F0F0F. Windows color (decimal): -15986166 or 659980. OLE color: 659980.

HSL color Cylindrical-coordinate representation of color #0C120A: hue angle of 105º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0C120A is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB121810-
CMYK0.3300.440.93
HSL105º28.57%5.49%-
HSV(B)105º44.44%7.06%-
XYZ0.420.530.37-
YUV15.29125.01125.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 30%
GREEN value IS 18 (7.42% from 255) = 45%
BLUE value IS 10 (4.30% from 255) = 25%
R=30%
G=45%
B=25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1218100.3300.440.9310528.575.49
HexC12A2102C5D691d5
Octal14221241054135151355
Binary110010010101010000101011001011101110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,18,10); }

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

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

 a { background-color: rgb(12,18,10); }

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

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

 span { border-color: rgb(12,18,10); }

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