Html Css Color HEX #052A16 Dark Green

📋 copy color: '#052A16'

red 5 ◦ green 42 ◦ blue 22

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

Shades of Dark Green #052A16

Tints of Dark Green #052A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 31.88%

R = 7.25%
G = 60.87%
B = 31.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#052A16 (or 0x052A16) is known color: Dark Green. HEX triplet: 05, 2A and 16. RGB value is (5,42,22). Sum of RGB (Red+Green+Blue) = 5+42+22=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 42 (16.80% from 255 or 60.87% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 42 - color contains mainly: green. Hex color #052A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052A16 is #FAD5E9. Grayscale: #1C1C1C. Windows color (decimal): -16438762 or 1452549. OLE color: 1452549.

HSL color Cylindrical-coordinate representation of color #052A16: hue angle of 147.57º 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 #052A16 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 42 22 -
CMYK 0.88 0 0.48 0.84
HSL 147.57º 0.79% 0.09% -
HSV(B) 147.57º 0.88% 0.16% -
XYZ 1.04 1.75 1.04 -
YUV 28.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 5 42 22 0.88 0 0.48 0.84 147.57 0.79 0.09
Hex 5 2A 16 58 0 30 54 94 4F 9
Octal 5 52 26 130 0 60 124 224 117 11
Binary 101 101010 10110 1011000 0 110000 1010100 10010100 1001111 1001

Color Harmonies of #052A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A16

Black with #052A16

Text Example


Text Example

White with #052A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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