Html Css Color HEX #051F16 Dark Green

📋 copy color: '#051F16'

red 5 ◦ green 31 ◦ blue 22

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

Shades of Dark Green #051F16

Tints of Dark Green #051F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 37.93%

R = 8.62%
G = 53.45%
B = 37.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.88

RGB Variations

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

Color information

#051F16 (or 0x051F16) is known color: Dark Green. HEX triplet: 05, 1F and 16. RGB value is (5,31,22). Sum of RGB (Red+Green+Blue) = 5+31+22=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 31 (12.5% from 255 or 53.45% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 31 - color contains mainly: green. Hex color #051F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F16 is #FAE0E9. Grayscale: #161616. Windows color (decimal): -16441578 or 1449733. OLE color: 1449733.

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

Color convert

RGB 5 31 22 -
CMYK 0.84 0 0.29 0.88
HSL 159.23º 0.72% 0.07% -
HSV(B) 159.23º 0.84% 0.12% -
XYZ 0.7 1.07 0.93 -
YUV 22.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 5 31 22 0.84 0 0.29 0.88 159.23 0.72 0.07
Hex 5 1F 16 54 0 1D 58 9F 48 7
Octal 5 37 26 124 0 35 130 237 110 7
Binary 101 11111 10110 1010100 0 11101 1011000 10011111 1001000 111

Color Harmonies of #051F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F16

Black with #051F16

Text Example


Text Example

White with #051F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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