Html Css Color HEX #052E19 Dark Green

📋 copy color: '#052E19'

red 5 ◦ green 46 ◦ blue 25

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

Shades of Dark Green #052E19

Tints of Dark Green #052E19

RGB

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

 GREEN value IS 46 (18.36% from 255) = 60.53%

 BLUE value IS 25 (10.16% from 255) = 32.89%

R = 6.58%
G = 60.53%
B = 32.89%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.82

RGB Variations

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

Color information

#052E19 (or 0x052E19) is known color: Dark Green. HEX triplet: 05, 2E and 19. RGB value is (5,46,25). Sum of RGB (Red+Green+Blue) = 5+46+25=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 46 (18.36% from 255 or 60.53% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 46 - color contains mainly: green. Hex color #052E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052E19 is #FAD1E6. Grayscale: #1F1F1F. Windows color (decimal): -16437735 or 1650181. OLE color: 1650181.

HSL color Cylindrical-coordinate representation of color #052E19: hue angle of 149.27º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052E19 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 46 25 -
CMYK 0.89 0 0.46 0.82
HSL 149.27º 0.8% 0.1% -
HSV(B) 149.27º 0.89% 0.18% -
XYZ 1.22 2.06 1.25 -
YUV 31.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 5 46 25 0.89 0 0.46 0.82 149.27 0.8 0.1
Hex 5 2E 19 59 0 2E 52 95 50 A
Octal 5 56 31 131 0 56 122 225 120 12
Binary 101 101110 11001 1011001 0 101110 1010010 10010101 1010000 1010

Color Harmonies of #052E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E19

Black with #052E19

Text Example


Text Example

White with #052E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052E19; }

 p { color: rgb(5,46,25); }

 H1.HeaderClassName
 {
   color: #052E19;
 }
 .AnyTagClassName
 {
   color: #052E19;
 }
</style>

background-color css

<style>
 a { background-color: #052E19; }

 a { background-color: rgb(5,46,25); }

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

border-color css

<style>
 span { border-color: #052E19; }

 span { border-color: rgb(5,46,25); }

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