Html Css Color HEX #051A0D Dark Green

📋 copy color: '#051A0D'

red 5 ◦ green 26 ◦ blue 13

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

Shades of Dark Green #051A0D

Tints of Dark Green #051A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 59.09%

 BLUE value IS 13 (5.47% from 255) = 29.55%

R = 11.36%
G = 59.09%
B = 29.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.5

 K value IS 0.90

RGB Variations

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

Color information

#051A0D (or 0x051A0D) is known color: Dark Green. HEX triplet: 05, 1A and 0D. RGB value is (5,26,13). Sum of RGB (Red+Green+Blue) = 5+26+13=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 26 (10.55% from 255 or 59.09% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 26 - color contains mainly: green. Hex color #051A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051A0D is #FAE5F2. Grayscale: #121212. Windows color (decimal): -16442867 or 858629. OLE color: 858629.

HSL color Cylindrical-coordinate representation of color #051A0D: hue angle of 142.86º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051A0D is Cyan = 0.81, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 26 13 -
CMYK 0.81 0 0.5 0.90
HSL 142.86º 0.68% 0.06% -
HSV(B) 142.86º 0.81% 0.1% -
XYZ 0.5 0.8 0.51 -
YUV 18.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 5 26 13 0.81 0 0.5 0.90 142.86 0.68 0.06
Hex 5 1A D 51 0 32 5A 8F 44 6
Octal 5 32 15 121 0 62 132 217 104 6
Binary 101 11010 1101 1010001 0 110010 1011010 10001111 1000100 110

Color Harmonies of #051A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051A0D

Black with #051A0D

Text Example


Text Example

White with #051A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,26,13); }

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

background-color css

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

 a { background-color: rgb(5,26,13); }

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

border-color css

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

 span { border-color: rgb(5,26,13); }

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