Html Css Color HEX #052A1D Dark Green

📋 copy color: '#052A1D'

red 5 ◦ green 42 ◦ blue 29

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

Shades of Dark Green #052A1D

Tints of Dark Green #052A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 55.26%

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

R = 6.58%
G = 55.26%
B = 38.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.84

RGB Variations

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

Color information

#052A1D (or 0x052A1D) is known color: Dark Green. HEX triplet: 05, 2A and 1D. RGB value is (5,42,29). Sum of RGB (Red+Green+Blue) = 5+42+29=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 42 (16.80% from 255 or 55.26% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 42 - color contains mainly: green. Hex color #052A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A1D is #FAD5E2. Grayscale: #1D1D1D. Windows color (decimal): -16438755 or 1911301. OLE color: 1911301.

HSL color Cylindrical-coordinate representation of color #052A1D: hue angle of 158.92º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052A1D is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 42 29 -
CMYK 0.88 0 0.31 0.84
HSL 158.92º 0.79% 0.09% -
HSV(B) 158.92º 0.88% 0.16% -
XYZ 1.11 1.78 1.45 -
YUV 29.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 5 42 29 0.88 0 0.31 0.84 158.92 0.79 0.09
Hex 5 2A 1D 58 0 1F 54 9F 4F 9
Octal 5 52 35 130 0 37 124 237 117 11
Binary 101 101010 11101 1011000 0 11111 1010100 10011111 1001111 1001

Color Harmonies of #052A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A1D

Black with #052A1D

Text Example


Text Example

White with #052A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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