Html Css Color HEX #052814 Dark Green

📋 copy color: '#052814'

red 5 ◦ green 40 ◦ blue 20

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

Shades of Dark Green #052814

Tints of Dark Green #052814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 30.77%

R = 7.69%
G = 61.54%
B = 30.77%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.5

 K value IS 0.84

RGB Variations

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

Color information

#052814 (or 0x052814) is known color: Dark Green. HEX triplet: 05, 28 and 14. RGB value is (5,40,20). Sum of RGB (Red+Green+Blue) = 5+40+20=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 40 (16.02% from 255 or 61.54% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 40 - color contains mainly: green. Hex color #052814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052814 is #FAD7EB. Grayscale: #1B1B1B. Windows color (decimal): -16439276 or 1320965. OLE color: 1320965.

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

Color convert

RGB 5 40 20 -
CMYK 0.88 0 0.5 0.84
HSL 145.71º 0.78% 0.09% -
HSV(B) 145.71º 0.88% 0.16% -
XYZ 0.95 1.6 0.92 -
YUV 27.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 5 40 20 0.88 0 0.5 0.84 145.71 0.78 0.09
Hex 5 28 14 58 0 32 54 92 4E 9
Octal 5 50 24 130 0 62 124 222 116 11
Binary 101 101000 10100 1011000 0 110010 1010100 10010010 1001110 1001

Color Harmonies of #052814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052814

Black with #052814

Text Example


Text Example

White with #052814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052814; }

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

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

background-color css

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

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

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

border-color css

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

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

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