Html Css Color HEX #052912 Dark Green

📋 copy color: '#052912'

red 5 ◦ green 41 ◦ blue 18

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

Shades of Dark Green #052912

Tints of Dark Green #052912

RGB

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

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

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

R = 7.81%
G = 64.06%
B = 28.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#052912 (or 0x052912) is known color: Dark Green. HEX triplet: 05, 29 and 12. RGB value is (5,41,18). Sum of RGB (Red+Green+Blue) = 5+41+18=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 41 (16.41% from 255 or 64.06% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 41 - color contains mainly: green. Hex color #052912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052912 is #FAD6ED. Grayscale: #1B1B1B. Windows color (decimal): -16439022 or 1190149. OLE color: 1190149.

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

Color convert

RGB 5 41 18 -
CMYK 0.88 0 0.56 0.84
HSL 141.67º 0.78% 0.09% -
HSV(B) 141.67º 0.88% 0.16% -
XYZ 0.96 1.66 0.84 -
YUV 27.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 5 41 18 0.88 0 0.56 0.84 141.67 0.78 0.09
Hex 5 29 12 58 0 38 54 8E 4E 9
Octal 5 51 22 130 0 70 124 216 116 11
Binary 101 101001 10010 1011000 0 111000 1010100 10001110 1001110 1001

Color Harmonies of #052912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052912

Black with #052912

Text Example


Text Example

White with #052912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052912; }

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

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

background-color css

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

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

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

border-color css

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

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

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