Html Css Color HEX #051D1C Dark Green

📋 copy color: '#051D1C'

red 5 ◦ green 29 ◦ blue 28

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

Shades of Dark Green #051D1C

Tints of Dark Green #051D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 46.77%

 BLUE value IS 28 (11.33% from 255) = 45.16%

R = 8.06%
G = 46.77%
B = 45.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.89

RGB Variations

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

Color information

#051D1C (or 0x051D1C) is known color: Dark Green. HEX triplet: 05, 1D and 1C. RGB value is (5,29,28). Sum of RGB (Red+Green+Blue) = 5+29+28=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 29 - color contains mainly: green. Hex color #051D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D1C is #FAE2E3. Grayscale: #151515. Windows color (decimal): -16442084 or 1842437. OLE color: 1842437.

HSL color Cylindrical-coordinate representation of color #051D1C: hue angle of 177.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #051D1C is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 29 28 -
CMYK 0.83 0 0.03 0.89
HSL 177.5º 0.71% 0.07% -
HSV(B) 177.5º 0.83% 0.11% -
XYZ 0.71 0.99 1.25 -
YUV 21.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 5 29 28 0.83 0 0.03 0.89 177.5 0.71 0.07
Hex 5 1D 1C 53 0 3 59 B2 47 7
Octal 5 35 34 123 0 3 131 262 107 7
Binary 101 11101 11100 1010011 0 11 1011001 10110010 1000111 111

Color Harmonies of #051D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051D1C

Black with #051D1C

Text Example


Text Example

White with #051D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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