Html Css Color HEX #051E11 Dark Green

📋 copy color: '#051E11'

red 5 ◦ green 30 ◦ blue 17

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

Shades of Dark Green #051E11

Tints of Dark Green #051E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 32.69%

R = 9.62%
G = 57.69%
B = 32.69%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.43

 K value IS 0.88

RGB Variations

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

Color information

#051E11 (or 0x051E11) is known color: Dark Green. HEX triplet: 05, 1E and 11. RGB value is (5,30,17). Sum of RGB (Red+Green+Blue) = 5+30+17=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #051E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051E11 is #FAE1EE. Grayscale: #151515. Windows color (decimal): -16441839 or 1121797. OLE color: 1121797.

HSL color Cylindrical-coordinate representation of color #051E11: hue angle of 148.8º 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 #051E11 is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.88.

Color convert

RGB 5 30 17 -
CMYK 0.83 0 0.43 0.88
HSL 148.8º 0.71% 0.07% -
HSV(B) 148.8º 0.83% 0.12% -
XYZ 0.63 1 0.69 -
YUV 21.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 5 30 17 0.83 0 0.43 0.88 148.8 0.71 0.07
Hex 5 1E 11 53 0 2B 58 95 47 7
Octal 5 36 21 123 0 53 130 225 107 7
Binary 101 11110 10001 1010011 0 101011 1011000 10010101 1000111 111

Color Harmonies of #051E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051E11

Black with #051E11

Text Example


Text Example

White with #051E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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