Html Css Color HEX #052111 Dark Green

📋 copy color: '#052111'

red 5 ◦ green 33 ◦ blue 17

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

Shades of Dark Green #052111

Tints of Dark Green #052111

RGB

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

 GREEN value IS 33 (13.28% from 255) = 60%

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

R = 9.09%
G = 60%
B = 30.91%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.87

RGB Variations

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

Color information

#052111 (or 0x052111) is known color: Dark Green. HEX triplet: 05, 21 and 11. RGB value is (5,33,17). Sum of RGB (Red+Green+Blue) = 5+33+17=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 33 (13.28% from 255 or 60% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 33 - color contains mainly: green. Hex color #052111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052111 is #FADEEE. Grayscale: #161616. Windows color (decimal): -16441071 or 1122565. OLE color: 1122565.

HSL color Cylindrical-coordinate representation of color #052111: hue angle of 145.71º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #052111 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 33 17 -
CMYK 0.85 0 0.48 0.87
HSL 145.71º 0.74% 0.07% -
HSV(B) 145.71º 0.85% 0.13% -
XYZ 0.71 1.16 0.72 -
YUV 22.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 5 33 17 0.85 0 0.48 0.87 145.71 0.74 0.07
Hex 5 21 11 55 0 30 57 92 4A 7
Octal 5 41 21 125 0 60 127 222 112 7
Binary 101 100001 10001 1010101 0 110000 1010111 10010010 1001010 111

Color Harmonies of #052111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052111

Black with #052111

Text Example


Text Example

White with #052111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052111; }

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

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

background-color css

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

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

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

border-color css

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

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

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