Html Css Color HEX #052917 Dark Green

📋 copy color: '#052917'

red 5 ◦ green 41 ◦ blue 23

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

Shades of Dark Green #052917

Tints of Dark Green #052917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 59.42%

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

R = 7.25%
G = 59.42%
B = 33.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.84

RGB Variations

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

Color information

#052917 (or 0x052917) is known color: Dark Green. HEX triplet: 05, 29 and 17. RGB value is (5,41,23). Sum of RGB (Red+Green+Blue) = 5+41+23=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 41 (16.41% from 255 or 59.42% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 41 - color contains mainly: green. Hex color #052917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052917 is #FAD6E8. Grayscale: #1C1C1C. Windows color (decimal): -16439017 or 1517829. OLE color: 1517829.

HSL color Cylindrical-coordinate representation of color #052917: hue angle of 150º degrees, saturation: 0.78, 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 #052917 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 41 23 -
CMYK 0.88 0 0.44 0.84
HSL 150º 0.78% 0.09% -
HSV(B) 150º 0.88% 0.16% -
XYZ 1.01 1.68 1.08 -
YUV 28.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 5 41 23 0.88 0 0.44 0.84 150 0.78 0.09
Hex 5 29 17 58 0 2C 54 96 4E 9
Octal 5 51 27 130 0 54 124 226 116 11
Binary 101 101001 10111 1011000 0 101100 1010100 10010110 1001110 1001

Color Harmonies of #052917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052917

Black with #052917

Text Example


Text Example

White with #052917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052917; }

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

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

background-color css

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

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

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

border-color css

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

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

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