#050C00

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

Shades of Pine Tree #050C00

Tints of Pine Tree #050C00

Color information

#050C00 (or 0x050C00) is unknown color: approx Pine Tree. HEX triplet: 05, 0C and 00. RGB value is (5,12,0). Sum of RGB (Red+Green+Blue) = 5+12+0=17 (2% of max value = 765). Red value is 5 (2.34% from 255 or 29.41% from 17); Green value is 12 (5.08% from 255 or 70.59% from 17); Blue value is 0 (0.39% from 255 or 0% from 17); Max value from RGB is 12 - color contains mainly: green. Hex color #050C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C00 is #FAF3FF. Grayscale: #080808. Windows color (decimal): -16446464 or 3077. OLE color: 3077.

HSL color Cylindrical-coordinate representation of color #050C00: hue angle of 95º 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 #050C00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.95.

Color convert

RGB5120-
CMYK0.58010.95
HSL95º100%2.35%-
HSV(B)95º100%4.71%-
XYZ0.190.30.05-
YUV8.54123.18125.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 29.41%
GREEN value IS 12 (5.08% from 255) = 70.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.41%
G=70.59%
B=0%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal51200.58010.95951002.35
Hex5C03A0645F5f642
Octal51407201441371371442
Binary101110001110100110010010111111011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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