Html Css Color HEX #052811 Dark Green

📋 copy color: '#052811'

red 5 ◦ green 40 ◦ blue 17

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

Shades of Dark Green #052811

Tints of Dark Green #052811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 64.52%

 BLUE value IS 17 (7.03% from 255) = 27.42%

R = 8.06%
G = 64.52%
B = 27.42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.84

RGB Variations

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

Color information

#052811 (or 0x052811) is known color: Dark Green. HEX triplet: 05, 28 and 11. RGB value is (5,40,17). Sum of RGB (Red+Green+Blue) = 5+40+17=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 40 (16.02% from 255 or 64.52% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 40 - color contains mainly: green. Hex color #052811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052811 is #FAD7EE. Grayscale: #1A1A1A. Windows color (decimal): -16439279 or 1124357. OLE color: 1124357.

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

Color convert

RGB 5 40 17 -
CMYK 0.88 0 0.57 0.84
HSL 140.57º 0.78% 0.09% -
HSV(B) 140.57º 0.88% 0.16% -
XYZ 0.92 1.59 0.79 -
YUV 26.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 5 40 17 0.88 0 0.57 0.84 140.57 0.78 0.09
Hex 5 28 11 58 0 39 54 8D 4E 9
Octal 5 50 21 130 0 71 124 215 116 11
Binary 101 101000 10001 1011000 0 111001 1010100 10001101 1001110 1001

Color Harmonies of #052811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052811

Black with #052811

Text Example


Text Example

White with #052811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052811; }

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

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

background-color css

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

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

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

border-color css

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

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

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