Html Css Color HEX #052D1E Dark Green

📋 copy color: '#052D1E'

red 5 ◦ green 45 ◦ blue 30

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

Shades of Dark Green #052D1E

Tints of Dark Green #052D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 56.25%

 BLUE value IS 30 (12.11% from 255) = 37.5%

R = 6.25%
G = 56.25%
B = 37.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.33

 K value IS 0.82

RGB Variations

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

Color information

#052D1E (or 0x052D1E) is known color: Dark Green. HEX triplet: 05, 2D and 1E. RGB value is (5,45,30). Sum of RGB (Red+Green+Blue) = 5+45+30=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 45 (17.97% from 255 or 56.25% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 45 - color contains mainly: green. Hex color #052D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D1E is #FAD2E1. Grayscale: #1F1F1F. Windows color (decimal): -16437986 or 1977605. OLE color: 1977605.

HSL color Cylindrical-coordinate representation of color #052D1E: hue angle of 157.5º degrees, saturation: 0.8, 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 #052D1E is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 45 30 -
CMYK 0.89 0 0.33 0.82
HSL 157.5º 0.8% 0.1% -
HSV(B) 157.5º 0.89% 0.18% -
XYZ 1.24 2 1.55 -
YUV 31.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 5 45 30 0.89 0 0.33 0.82 157.5 0.8 0.1
Hex 5 2D 1E 59 0 21 52 9E 50 A
Octal 5 55 36 131 0 41 122 236 120 12
Binary 101 101101 11110 1011001 0 100001 1010010 10011110 1010000 1010

Color Harmonies of #052D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D1E

Black with #052D1E

Text Example


Text Example

White with #052D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,45,30); }

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

background-color css

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

 a { background-color: rgb(5,45,30); }

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

border-color css

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

 span { border-color: rgb(5,45,30); }

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