Html Css Color HEX #052D1A Dark Green

📋 copy color: '#052D1A'

red 5 ◦ green 45 ◦ blue 26

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

Shades of Dark Green #052D1A

Tints of Dark Green #052D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 34.21%

R = 6.58%
G = 59.21%
B = 34.21%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.82

RGB Variations

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

Color information

#052D1A (or 0x052D1A) is known color: Dark Green. HEX triplet: 05, 2D and 1A. RGB value is (5,45,26). Sum of RGB (Red+Green+Blue) = 5+45+26=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 45 (17.97% from 255 or 59.21% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 45 - color contains mainly: green. Hex color #052D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D1A is #FAD2E5. Grayscale: #1E1E1E. Windows color (decimal): -16437990 or 1715461. OLE color: 1715461.

HSL color Cylindrical-coordinate representation of color #052D1A: hue angle of 151.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 #052D1A is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 45 26 -
CMYK 0.89 0 0.42 0.82
HSL 151.5º 0.8% 0.1% -
HSV(B) 151.5º 0.89% 0.18% -
XYZ 1.19 1.98 1.3 -
YUV 30.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 5 45 26 0.89 0 0.42 0.82 151.5 0.8 0.1
Hex 5 2D 1A 59 0 2A 52 98 50 A
Octal 5 55 32 131 0 52 122 230 120 12
Binary 101 101101 11010 1011001 0 101010 1010010 10011000 1010000 1010

Color Harmonies of #052D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D1A

Black with #052D1A

Text Example


Text Example

White with #052D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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