Html Css Color HEX #052F27 Dark Green

📋 copy color: '#052F27'

red 5 ◦ green 47 ◦ blue 39

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

Shades of Dark Green #052F27

Tints of Dark Green #052F27

RGB

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

 GREEN value IS 47 (18.75% from 255) = 51.65%

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

R = 5.49%
G = 51.65%
B = 42.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.82

RGB Variations

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

Color information

#052F27 (or 0x052F27) is known color: Dark Green. HEX triplet: 05, 2F and 27. RGB value is (5,47,39). Sum of RGB (Red+Green+Blue) = 5+47+39=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 47 (18.75% from 255 or 51.65% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 47 - color contains mainly: green. Hex color #052F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F27 is #FAD0D8. Grayscale: #212121. Windows color (decimal): -16437465 or 2567941. OLE color: 2567941.

HSL color Cylindrical-coordinate representation of color #052F27: hue angle of 168.57º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052F27 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 47 39 -
CMYK 0.89 0 0.17 0.82
HSL 168.57º 0.81% 0.1% -
HSV(B) 168.57º 0.89% 0.18% -
XYZ 1.45 2.21 2.27 -
YUV 33.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 5 47 39 0.89 0 0.17 0.82 168.57 0.81 0.1
Hex 5 2F 27 59 0 11 52 A9 51 A
Octal 5 57 47 131 0 21 122 251 121 12
Binary 101 101111 100111 1011001 0 10001 1010010 10101001 1010001 1010

Color Harmonies of #052F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052F27

Black with #052F27

Text Example


Text Example

White with #052F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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