Html Css Color HEX #052E15 Dark Green

📋 copy color: '#052E15'

red 5 ◦ green 46 ◦ blue 21

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

Shades of Dark Green #052E15

Tints of Dark Green #052E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 29.17%

R = 6.94%
G = 63.89%
B = 29.17%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.82

RGB Variations

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

Color information

#052E15 (or 0x052E15) is known color: Dark Green. HEX triplet: 05, 2E and 15. RGB value is (5,46,21). Sum of RGB (Red+Green+Blue) = 5+46+21=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 46 (18.36% from 255 or 63.89% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 46 - color contains mainly: green. Hex color #052E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052E15 is #FAD1EA. Grayscale: #1E1E1E. Windows color (decimal): -16437739 or 1388037. OLE color: 1388037.

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

Color convert

RGB 5 46 21 -
CMYK 0.89 0 0.54 0.82
HSL 143.41º 0.8% 0.1% -
HSV(B) 143.41º 0.89% 0.18% -
XYZ 1.17 2.04 1.04 -
YUV 30.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 5 46 21 0.89 0 0.54 0.82 143.41 0.8 0.1
Hex 5 2E 15 59 0 36 52 8F 50 A
Octal 5 56 25 131 0 66 122 217 120 12
Binary 101 101110 10101 1011001 0 110110 1010010 10001111 1010000 1010

Color Harmonies of #052E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E15

Black with #052E15

Text Example


Text Example

White with #052E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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