Html Css Color HEX #052112 Dark Green

📋 copy color: '#052112'

red 5 ◦ green 33 ◦ blue 18

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

Shades of Dark Green #052112

Tints of Dark Green #052112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 32.14%

R = 8.93%
G = 58.93%
B = 32.14%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.45

 K value IS 0.87

RGB Variations

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

Color information

#052112 (or 0x052112) is known color: Dark Green. HEX triplet: 05, 21 and 12. RGB value is (5,33,18). Sum of RGB (Red+Green+Blue) = 5+33+18=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 33 (13.28% from 255 or 58.93% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 33 - color contains mainly: green. Hex color #052112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052112 is #FADEED. Grayscale: #161616. Windows color (decimal): -16441070 or 1188101. OLE color: 1188101.

HSL color Cylindrical-coordinate representation of color #052112: hue angle of 147.86º 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 #052112 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 33 18 -
CMYK 0.85 0 0.45 0.87
HSL 147.86º 0.74% 0.07% -
HSV(B) 147.86º 0.85% 0.13% -
XYZ 0.72 1.16 0.76 -
YUV 22.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 5 33 18 0.85 0 0.45 0.87 147.86 0.74 0.07
Hex 5 21 12 55 0 2D 57 94 4A 7
Octal 5 41 22 125 0 55 127 224 112 7
Binary 101 100001 10010 1010101 0 101101 1010111 10010100 1001010 111

Color Harmonies of #052112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052112

Black with #052112

Text Example


Text Example

White with #052112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052112; }

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

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

background-color css

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

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

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

border-color css

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

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

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