Html Css Color HEX #052E28 Dark Green

📋 copy color: '#052E28'

red 5 ◦ green 46 ◦ blue 40

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

Shades of Dark Green #052E28

Tints of Dark Green #052E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 43.96%

R = 5.49%
G = 50.55%
B = 43.96%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#052E28 (or 0x052E28) is known color: Dark Green. HEX triplet: 05, 2E and 28. RGB value is (5,46,40). Sum of RGB (Red+Green+Blue) = 5+46+40=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 46 (18.36% from 255 or 50.55% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 46 - color contains mainly: green. Hex color #052E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E28 is #FAD1D7. Grayscale: #212121. Windows color (decimal): -16437720 or 2633221. OLE color: 2633221.

HSL color Cylindrical-coordinate representation of color #052E28: hue angle of 171.22º 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 #052E28 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 46 40 -
CMYK 0.89 0 0.13 0.82
HSL 171.22º 0.8% 0.1% -
HSV(B) 171.22º 0.89% 0.18% -
XYZ 1.42 2.14 2.35 -
YUV 33.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 5 46 40 0.89 0 0.13 0.82 171.22 0.8 0.1
Hex 5 2E 28 59 0 D 52 AB 50 A
Octal 5 56 50 131 0 15 122 253 120 12
Binary 101 101110 101000 1011001 0 1101 1010010 10101011 1010000 1010

Color Harmonies of #052E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E28

Black with #052E28

Text Example


Text Example

White with #052E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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