Html Css Color HEX #051E1D Dark Green

📋 copy color: '#051E1D'

red 5 ◦ green 30 ◦ blue 29

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

Shades of Dark Green #051E1D

Tints of Dark Green #051E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 45.31%

R = 7.81%
G = 46.88%
B = 45.31%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#051E1D (or 0x051E1D) is known color: Dark Green. HEX triplet: 05, 1E and 1D. RGB value is (5,30,29). Sum of RGB (Red+Green+Blue) = 5+30+29=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 30 - color contains mainly: green. Hex color #051E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E1D is #FAE1E2. Grayscale: #161616. Windows color (decimal): -16441827 or 1908229. OLE color: 1908229.

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

Color convert

RGB 5 30 29 -
CMYK 0.83 0 0.03 0.88
HSL 177.6º 0.71% 0.07% -
HSV(B) 177.6º 0.83% 0.12% -
XYZ 0.75 1.05 1.33 -
YUV 22.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 5 30 29 0.83 0 0.03 0.88 177.6 0.71 0.07
Hex 5 1E 1D 53 0 3 58 B2 47 7
Octal 5 36 35 123 0 3 130 262 107 7
Binary 101 11110 11101 1010011 0 11 1011000 10110010 1000111 111

Color Harmonies of #051E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051E1D

Black with #051E1D

Text Example


Text Example

White with #051E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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