Html Css Color HEX #051A18 Dark Green

📋 copy color: '#051A18'

red 5 ◦ green 26 ◦ blue 24

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

Shades of Dark Green #051A18

Tints of Dark Green #051A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 43.64%

R = 9.09%
G = 47.27%
B = 43.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.90

RGB Variations

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

Color information

#051A18 (or 0x051A18) is known color: Dark Green. HEX triplet: 05, 1A and 18. RGB value is (5,26,24). Sum of RGB (Red+Green+Blue) = 5+26+24=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 26 - color contains mainly: green. Hex color #051A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051A18 is #FAE5E7. Grayscale: #131313. Windows color (decimal): -16442856 or 1579525. OLE color: 1579525.

HSL color Cylindrical-coordinate representation of color #051A18: hue angle of 174.29º 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 #051A18 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 26 24 -
CMYK 0.81 0 0.08 0.90
HSL 174.29º 0.68% 0.06% -
HSV(B) 174.29º 0.81% 0.1% -
XYZ 0.6 0.84 0.99 -
YUV 19.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 5 26 24 0.81 0 0.08 0.90 174.29 0.68 0.06
Hex 5 1A 18 51 0 8 5A AE 44 6
Octal 5 32 30 121 0 10 132 256 104 6
Binary 101 11010 11000 1010001 0 1000 1011010 10101110 1000100 110

Color Harmonies of #051A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051A18

Black with #051A18

Text Example


Text Example

White with #051A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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