#0C1C00

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

Shades of Pine Tree #0C1C00

Tints of Pine Tree #0C1C00

Color information

#0C1C00 (or 0x0C1C00) is unknown color: approx Pine Tree. HEX triplet: 0C, 1C and 00. RGB value is (12,28,0). Sum of RGB (Red+Green+Blue) = 12+28+0=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 28 (11.33% from 255 or 70% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 28 - color contains mainly: green. Hex color #0C1C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1C00 is #F3E3FF. Grayscale: #141414. Windows color (decimal): -15983616 or 7180. OLE color: 7180.

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

Color convert

RGB12280-
CMYK0.57010.89
HSL94.29º100%5.49%-
HSV(B)94.29º100%10.98%-
XYZ0.570.910.15-
YUV20.02116.7122.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 30%
GREEN value IS 28 (11.33% from 255) = 70%
BLUE value IS 0 (0.39% from 255) = 0%
R=30%
G=70%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal122800.57010.8994.291005.49
HexC1C039064595e645
Octal143407101441311361445
Binary110011100011100101100100101100110111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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