Html Css Color HEX #051E10 Dark Green

📋 copy color: '#051E10'

red 5 ◦ green 30 ◦ blue 16

#051E10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #051E10

Tints of Dark Green #051E10

RGB

 RED value IS 5 (2.34% from 255) = 9.8%

 GREEN value IS 30 (12.11% from 255) = 58.82%

 BLUE value IS 16 (6.64% from 255) = 31.37%

R = 9.8%
G = 58.82%
B = 31.37%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.47

 K value IS 0.88

RGB Variations

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

Color information

#051E10 (or 0x051E10) is known color: Dark Green. HEX triplet: 05, 1E and 10. RGB value is (5,30,16). Sum of RGB (Red+Green+Blue) = 5+30+16=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #051E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051E10 is #FAE1EF. Grayscale: #141414. Windows color (decimal): -16441840 or 1056261. OLE color: 1056261.

HSL color Cylindrical-coordinate representation of color #051E10: hue angle of 146.4º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #051E10 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.88.

Color convert

RGB 5 30 16 -
CMYK 0.83 0 0.47 0.88
HSL 146.4º 0.71% 0.07% -
HSV(B) 146.4º 0.83% 0.12% -
XYZ 0.62 1 0.65 -
YUV 20.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 5 30 16 0.83 0 0.47 0.88 146.4 0.71 0.07
Hex 5 1E 10 53 0 2F 58 92 47 7
Octal 5 36 20 123 0 57 130 222 107 7
Binary 101 11110 10000 1010011 0 101111 1011000 10010010 1000111 111

Color Harmonies of #051E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051E10

Black with #051E10

Text Example


Text Example

White with #051E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051E10; }

 p { color: rgb(5,30,16); }

 H1.HeaderClassName
 {
   color: #051E10;
 }
 .AnyTagClassName
 {
   color: #051E10;
 }
</style>

background-color css

<style>
 a { background-color: #051E10; }

 a { background-color: rgb(5,30,16); }

 div.DivClassName
 {
   background-color: #051E10;
 }
 .BgClassName
 {
   background-color: #051E10;
 }
</style>

border-color css

<style>
 span { border-color: #051E10; }

 span { border-color: rgb(5,30,16); }

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