Html Css Color HEX #052A17 Dark Green

📋 copy color: '#052A17'

red 5 ◦ green 42 ◦ blue 23

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

Shades of Dark Green #052A17

Tints of Dark Green #052A17

RGB

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

 GREEN value IS 42 (16.8% from 255) = 60%

 BLUE value IS 23 (9.38% from 255) = 32.86%

R = 7.14%
G = 60%
B = 32.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.84

RGB Variations

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

Color information

#052A17 (or 0x052A17) is known color: Dark Green. HEX triplet: 05, 2A and 17. RGB value is (5,42,23). Sum of RGB (Red+Green+Blue) = 5+42+23=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 42 (16.80% from 255 or 60% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 42 - color contains mainly: green. Hex color #052A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052A17 is #FAD5E8. Grayscale: #1C1C1C. Windows color (decimal): -16438761 or 1518085. OLE color: 1518085.

HSL color Cylindrical-coordinate representation of color #052A17: hue angle of 149.19º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052A17 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 42 23 -
CMYK 0.88 0 0.45 0.84
HSL 149.19º 0.79% 0.09% -
HSV(B) 149.19º 0.88% 0.16% -
XYZ 1.05 1.75 1.09 -
YUV 28.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 5 42 23 0.88 0 0.45 0.84 149.19 0.79 0.09
Hex 5 2A 17 58 0 2D 54 95 4F 9
Octal 5 52 27 130 0 55 124 225 117 11
Binary 101 101010 10111 1011000 0 101101 1010100 10010101 1001111 1001

Color Harmonies of #052A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A17

Black with #052A17

Text Example


Text Example

White with #052A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,42,23); }

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

background-color css

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

 a { background-color: rgb(5,42,23); }

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

border-color css

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

 span { border-color: rgb(5,42,23); }

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