Html Css Color HEX #052C27 Dark Green

📋 copy color: '#052C27'

red 5 ◦ green 44 ◦ blue 39

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

Shades of Dark Green #052C27

Tints of Dark Green #052C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 50%

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

R = 5.68%
G = 50%
B = 44.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.83

RGB Variations

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

Color information

#052C27 (or 0x052C27) is known color: Dark Green. HEX triplet: 05, 2C and 27. RGB value is (5,44,39). Sum of RGB (Red+Green+Blue) = 5+44+39=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 44 (17.58% from 255 or 50% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 44 - color contains mainly: green. Hex color #052C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C27 is #FAD3D8. Grayscale: #1F1F1F. Windows color (decimal): -16438233 or 2567173. OLE color: 2567173.

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

Color convert

RGB 5 44 39 -
CMYK 0.89 0 0.11 0.83
HSL 172.31º 0.8% 0.1% -
HSV(B) 172.31º 0.89% 0.17% -
XYZ 1.33 1.98 2.23 -
YUV 31.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 5 44 39 0.89 0 0.11 0.83 172.31 0.8 0.1
Hex 5 2C 27 59 0 B 53 AC 50 A
Octal 5 54 47 131 0 13 123 254 120 12
Binary 101 101100 100111 1011001 0 1011 1010011 10101100 1010000 1010

Color Harmonies of #052C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C27

Black with #052C27

Text Example


Text Example

White with #052C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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