Html Css Color HEX #051F19 Dark Green

📋 copy color: '#051F19'

red 5 ◦ green 31 ◦ blue 25

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

Shades of Dark Green #051F19

Tints of Dark Green #051F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 40.98%

R = 8.2%
G = 50.82%
B = 40.98%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.88

RGB Variations

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

Color information

#051F19 (or 0x051F19) is known color: Dark Green. HEX triplet: 05, 1F and 19. RGB value is (5,31,25). Sum of RGB (Red+Green+Blue) = 5+31+25=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #051F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F19 is #FAE0E6. Grayscale: #161616. Windows color (decimal): -16441575 or 1646341. OLE color: 1646341.

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

Color convert

RGB 5 31 25 -
CMYK 0.84 0 0.19 0.88
HSL 166.15º 0.72% 0.07% -
HSV(B) 166.15º 0.84% 0.12% -
XYZ 0.73 1.08 1.09 -
YUV 22.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 5 31 25 0.84 0 0.19 0.88 166.15 0.72 0.07
Hex 5 1F 19 54 0 13 58 A6 48 7
Octal 5 37 31 124 0 23 130 246 110 7
Binary 101 11111 11001 1010100 0 10011 1011000 10100110 1001000 111

Color Harmonies of #051F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F19

Black with #051F19

Text Example


Text Example

White with #051F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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