#040C00

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

Shades of Pine Tree #040C00

Tints of Pine Tree #040C00

Color information

#040C00 (or 0x040C00) is unknown color: approx Pine Tree. HEX triplet: 04, 0C and 00. RGB value is (4,12,0). Sum of RGB (Red+Green+Blue) = 4+12+0=16 (2% of max value = 765). Red value is 4 (1.95% from 255 or 25% from 16); Green value is 12 (5.08% from 255 or 75% from 16); Blue value is 0 (0.39% from 255 or 0% from 16); Max value from RGB is 12 - color contains mainly: green. Hex color #040C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040C00 is #FBF3FF. Grayscale: #080808. Windows color (decimal): -16512000 or 3076. OLE color: 3076.

HSL color Cylindrical-coordinate representation of color #040C00: hue angle of 100º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040C00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.95.

Color convert

RGB4120-
CMYK0.67010.95
HSL100º100%2.35%-
HSV(B)100º100%4.71%-
XYZ0.180.290.05-
YUV8.24123.35124.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 25%
GREEN value IS 12 (5.08% from 255) = 75%
BLUE value IS 0 (0.39% from 255) = 0%
R=25%
G=75%
B=0%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal41200.67010.951001002.35
Hex4C0430645F64642
Octal414010301441371441442
Binary1001100010000110110010010111111100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040C00; }

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

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

<style>
 a { background-color: #040C00; }

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

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

<style>
 span { border-color: #040C00; }

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

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