Html Css Color HEX #051F1B Dark Green

📋 copy color: '#051F1B'

red 5 ◦ green 31 ◦ blue 27

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

Shades of Dark Green #051F1B

Tints of Dark Green #051F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 42.86%

R = 7.94%
G = 49.21%
B = 42.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#051F1B (or 0x051F1B) is known color: Dark Green. HEX triplet: 05, 1F and 1B. RGB value is (5,31,27). Sum of RGB (Red+Green+Blue) = 5+31+27=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 31 (12.5% from 255 or 49.21% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 31 - color contains mainly: green. Hex color #051F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F1B is #FAE0E4. Grayscale: #161616. Windows color (decimal): -16441573 or 1777413. OLE color: 1777413.

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

Color convert

RGB 5 31 27 -
CMYK 0.84 0 0.13 0.88
HSL 170.77º 0.72% 0.07% -
HSV(B) 170.77º 0.84% 0.12% -
XYZ 0.75 1.09 1.21 -
YUV 22.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 5 31 27 0.84 0 0.13 0.88 170.77 0.72 0.07
Hex 5 1F 1B 54 0 D 58 AB 48 7
Octal 5 37 33 124 0 15 130 253 110 7
Binary 101 11111 11011 1010100 0 1101 1011000 10101011 1001000 111

Color Harmonies of #051F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F1B

Black with #051F1B

Text Example


Text Example

White with #051F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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