Html Css Color HEX #052A1E Dark Green

📋 copy color: '#052A1E'

red 5 ◦ green 42 ◦ blue 30

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

Shades of Dark Green #052A1E

Tints of Dark Green #052A1E

RGB

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

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

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

R = 6.49%
G = 54.55%
B = 38.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.84

RGB Variations

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

Color information

#052A1E (or 0x052A1E) is known color: Dark Green. HEX triplet: 05, 2A and 1E. RGB value is (5,42,30). Sum of RGB (Red+Green+Blue) = 5+42+30=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 42 (16.80% from 255 or 54.55% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 42 - color contains mainly: green. Hex color #052A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A1E is #FAD5E1. Grayscale: #1D1D1D. Windows color (decimal): -16438754 or 1976837. OLE color: 1976837.

HSL color Cylindrical-coordinate representation of color #052A1E: hue angle of 160.54º 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 #052A1E is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 42 30 -
CMYK 0.88 0 0.29 0.84
HSL 160.54º 0.79% 0.09% -
HSV(B) 160.54º 0.88% 0.16% -
XYZ 1.12 1.78 1.51 -
YUV 29.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 5 42 30 0.88 0 0.29 0.84 160.54 0.79 0.09
Hex 5 2A 1E 58 0 1D 54 A1 4F 9
Octal 5 52 36 130 0 35 124 241 117 11
Binary 101 101010 11110 1011000 0 11101 1010100 10100001 1001111 1001

Color Harmonies of #052A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A1E

Black with #052A1E

Text Example


Text Example

White with #052A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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