#0C1200

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

Shades of Pine Tree #0C1200

Tints of Pine Tree #0C1200

Color information

#0C1200 (or 0x0C1200) is unknown color: approx Pine Tree. HEX triplet: 0C, 12 and 00. RGB value is (12,18,0). Sum of RGB (Red+Green+Blue) = 12+18+0=30 (3% of max value = 765). Red value is 12 (5.08% from 255 or 40% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #0C1200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1200 is #F3EDFF. Grayscale: #0E0E0E. Windows color (decimal): -15986176 or 4620. OLE color: 4620.

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

Color convert

RGB12180-
CMYK0.33010.93
HSL80º100%3.53%-
HSV(B)80º100%7.06%-
XYZ0.370.510.08-
YUV14.15120.01126.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 40%
GREEN value IS 18 (7.42% from 255) = 60%
BLUE value IS 0 (0.39% from 255) = 0%
R=40%
G=60%
B=0%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal121800.33010.93801003.53
HexC120210645D50644
Octal142204101441351201444
Binary110010010010000101100100101110110100001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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