Html Css Color HEX #052827 Dark Green

📋 copy color: '#052827'

red 5 ◦ green 40 ◦ blue 39

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

Shades of Dark Green #052827

Tints of Dark Green #052827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 46.43%

R = 5.95%
G = 47.62%
B = 46.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#052827 (or 0x052827) is known color: Dark Green. HEX triplet: 05, 28 and 27. RGB value is (5,40,39). Sum of RGB (Red+Green+Blue) = 5+40+39=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 39 (15.62% from 255 or 46.43% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #052827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052827 is #FAD7D8. Grayscale: #1D1D1D. Windows color (decimal): -16439257 or 2566149. OLE color: 2566149.

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

Color convert

RGB 5 40 39 -
CMYK 0.88 0 0.02 0.84
HSL 178.29º 0.78% 0.09% -
HSV(B) 178.29º 0.88% 0.16% -
XYZ 1.19 1.7 2.18 -
YUV 29.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 5 40 39 0.88 0 0.02 0.84 178.29 0.78 0.09
Hex 5 28 27 58 0 2 54 B2 4E 9
Octal 5 50 47 130 0 2 124 262 116 11
Binary 101 101000 100111 1011000 0 10 1010100 10110010 1001110 1001

Color Harmonies of #052827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052827

Black with #052827

Text Example


Text Example

White with #052827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052827; }

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

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

background-color css

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

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

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

border-color css

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

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

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