Html Css Color HEX #051D0F Dark Green

📋 copy color: '#051D0F'

red 5 ◦ green 29 ◦ blue 15

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

Shades of Dark Green #051D0F

Tints of Dark Green #051D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 30.61%

R = 10.2%
G = 59.18%
B = 30.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#051D0F (or 0x051D0F) is known color: Dark Green. HEX triplet: 05, 1D and 0F. RGB value is (5,29,15). Sum of RGB (Red+Green+Blue) = 5+29+15=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 29 (11.72% from 255 or 59.18% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 29 - color contains mainly: green. Hex color #051D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051D0F is #FAE2F0. Grayscale: #141414. Windows color (decimal): -16442097 or 990469. OLE color: 990469.

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

Color convert

RGB 5 29 15 -
CMYK 0.83 0 0.48 0.89
HSL 145º 0.71% 0.07% -
HSV(B) 145º 0.83% 0.11% -
XYZ 0.59 0.95 0.6 -
YUV 20.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 5 29 15 0.83 0 0.48 0.89 145 0.71 0.07
Hex 5 1D F 53 0 30 59 91 47 7
Octal 5 35 17 123 0 60 131 221 107 7
Binary 101 11101 1111 1010011 0 110000 1011001 10010001 1000111 111

Color Harmonies of #051D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051D0F

Black with #051D0F

Text Example


Text Example

White with #051D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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