#0C1203

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

Shades of Pine Tree #0C1203

Tints of Pine Tree #0C1203

Color information

#0C1203 (or 0x0C1203) is unknown color: approx Pine Tree. HEX triplet: 0C, 12 and 03. RGB value is (12,18,3). Sum of RGB (Red+Green+Blue) = 12+18+3=33 (4% of max value = 765). Red value is 12 (5.08% from 255 or 36.36% from 33); Green value is 18 (7.42% from 255 or 54.55% from 33); Blue value is 3 (1.56% from 255 or 9.09% from 33); Max value from RGB is 18 - color contains mainly: green. Hex color #0C1203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1203 is #F3EDFC. Grayscale: #0E0E0E. Windows color (decimal): -15986173 or 201228. OLE color: 201228.

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

Color convert

RGB12183-
CMYK0.3300.830.93
HSL84º71.43%4.12%-
HSV(B)84º83.33%7.06%-
XYZ0.380.520.17-
YUV14.5121.51126.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 36.36%
GREEN value IS 18 (7.42% from 255) = 54.55%
BLUE value IS 3 (1.56% from 255) = 9.09%
R=36.36%
G=54.55%
B=9.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal121830.3300.830.938471.434.12
HexC123210535D54474
Octal142234101231351241074
Binary1100100101110000101010011101110110101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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