Html Css Color HEX #052C1D Dark Green

📋 copy color: '#052C1D'

red 5 ◦ green 44 ◦ blue 29

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

Shades of Dark Green #052C1D

Tints of Dark Green #052C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 37.18%

R = 6.41%
G = 56.41%
B = 37.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.83

RGB Variations

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

Color information

#052C1D (or 0x052C1D) is known color: Dark Green. HEX triplet: 05, 2C and 1D. RGB value is (5,44,29). Sum of RGB (Red+Green+Blue) = 5+44+29=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 44 (17.58% from 255 or 56.41% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 44 - color contains mainly: green. Hex color #052C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C1D is #FAD3E2. Grayscale: #1E1E1E. Windows color (decimal): -16438243 or 1911813. OLE color: 1911813.

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

Color convert

RGB 5 44 29 -
CMYK 0.89 0 0.34 0.83
HSL 156.92º 0.8% 0.1% -
HSV(B) 156.92º 0.89% 0.17% -
XYZ 1.19 1.92 1.47 -
YUV 30.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 5 44 29 0.89 0 0.34 0.83 156.92 0.8 0.1
Hex 5 2C 1D 59 0 22 53 9D 50 A
Octal 5 54 35 131 0 42 123 235 120 12
Binary 101 101100 11101 1011001 0 100010 1010011 10011101 1010000 1010

Color Harmonies of #052C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C1D

Black with #052C1D

Text Example


Text Example

White with #052C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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