Html Css Color HEX #052C24 Dark Green

📋 copy color: '#052C24'

red 5 ◦ green 44 ◦ blue 36

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

Shades of Dark Green #052C24

Tints of Dark Green #052C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 42.35%

R = 5.88%
G = 51.76%
B = 42.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.83

RGB Variations

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

Color information

#052C24 (or 0x052C24) is known color: Dark Green. HEX triplet: 05, 2C and 24. RGB value is (5,44,36). Sum of RGB (Red+Green+Blue) = 5+44+36=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 44 (17.58% from 255 or 51.76% from 85); Blue value is 36 (14.45% from 255 or 42.35% from 85); Max value from RGB is 44 - color contains mainly: green. Hex color #052C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C24 is #FAD3DB. Grayscale: #1F1F1F. Windows color (decimal): -16438236 or 2370565. OLE color: 2370565.

HSL color Cylindrical-coordinate representation of color #052C24: hue angle of 167.69º 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 #052C24 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.83.

Color convert

RGB 5 44 36 -
CMYK 0.89 0 0.18 0.83
HSL 167.69º 0.8% 0.1% -
HSV(B) 167.69º 0.89% 0.17% -
XYZ 1.28 1.96 1.98 -
YUV 31.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 5 44 36 0.89 0 0.18 0.83 167.69 0.8 0.1
Hex 5 2C 24 59 0 12 53 A8 50 A
Octal 5 54 44 131 0 22 123 250 120 12
Binary 101 101100 100100 1011001 0 10010 1010011 10101000 1010000 1010

Color Harmonies of #052C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C24

Black with #052C24

Text Example


Text Example

White with #052C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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