#050E08

Color #050E08 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #050E08

Tints of Dark Green #050E08

Color information

#050E08 (or 0x050E08) is unknown color: approx Dark Green. HEX triplet: 05, 0E and 08. RGB value is (5,14,8). Sum of RGB (Red+Green+Blue) = 5+14+8=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 14 (5.86% from 255 or 51.85% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 14 - color contains mainly: green. Hex color #050E08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E08 is #FAF1F7. Grayscale: #0A0A0A. Windows color (decimal): -16445944 or 527877. OLE color: 527877.

HSL color Cylindrical-coordinate representation of color #050E08: hue angle of 140º degrees, saturation: 0.47, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #050E08 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.95.

Color convert

RGB5148-
CMYK0.6400.430.95
HSL140º47.37%3.73%-
HSV(B)140º64.29%5.49%-
XYZ0.260.360.29-
YUV10.62126.52123.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 18.52%
GREEN value IS 14 (5.86% from 255) = 51.85%
BLUE value IS 8 (3.52% from 255) = 29.63%
R=18.52%
G=51.85%
B=29.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal51480.6400.430.9514047.373.73
Hex5E84002B5F8c2f4
Octal51610100053137214574
Binary1011110100010000000101011101111110001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,14,8); }

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

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

 a { background-color: rgb(5,14,8); }

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

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

 span { border-color: rgb(5,14,8); }

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