Html Css Color HEX #051F11 Dark Green

📋 copy color: '#051F11'

red 5 ◦ green 31 ◦ blue 17

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

Shades of Dark Green #051F11

Tints of Dark Green #051F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 58.49%

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

R = 9.43%
G = 58.49%
B = 32.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.45

 K value IS 0.88

RGB Variations

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

Color information

#051F11 (or 0x051F11) is known color: Dark Green. HEX triplet: 05, 1F and 11. RGB value is (5,31,17). Sum of RGB (Red+Green+Blue) = 5+31+17=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #051F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F11 is #FAE0EE. Grayscale: #151515. Windows color (decimal): -16441583 or 1122053. OLE color: 1122053.

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

Color convert

RGB 5 31 17 -
CMYK 0.84 0 0.45 0.88
HSL 147.69º 0.72% 0.07% -
HSV(B) 147.69º 0.84% 0.12% -
XYZ 0.65 1.05 0.7 -
YUV 21.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 5 31 17 0.84 0 0.45 0.88 147.69 0.72 0.07
Hex 5 1F 11 54 0 2D 58 94 48 7
Octal 5 37 21 124 0 55 130 224 110 7
Binary 101 11111 10001 1010100 0 101101 1011000 10010100 1001000 111

Color Harmonies of #051F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F11

Black with #051F11

Text Example


Text Example

White with #051F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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