Html Css Color HEX #052E1F Dark Green

📋 copy color: '#052E1F'

red 5 ◦ green 46 ◦ blue 31

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

Shades of Dark Green #052E1F

Tints of Dark Green #052E1F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 56.1%

 BLUE value IS 31 (12.5% from 255) = 37.8%

R = 6.1%
G = 56.1%
B = 37.8%

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

#052E1F (or 0x052E1F) is known color: Dark Green. HEX triplet: 05, 2E and 1F. RGB value is (5,46,31). Sum of RGB (Red+Green+Blue) = 5+46+31=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 46 (18.36% from 255 or 56.10% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 46 - color contains mainly: green. Hex color #052E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E1F is #FAD1E0. Grayscale: #202020. Windows color (decimal): -16437729 or 2043397. OLE color: 2043397.

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

Color convert

RGB 5 46 31 -
CMYK 0.89 0 0.33 0.82
HSL 158.05º 0.8% 0.1% -
HSV(B) 158.05º 0.89% 0.18% -
XYZ 1.29 2.09 1.63 -
YUV 32.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 5 46 31 0.89 0 0.33 0.82 158.05 0.8 0.1
Hex 5 2E 1F 59 0 21 52 9E 50 A
Octal 5 56 37 131 0 41 122 236 120 12
Binary 101 101110 11111 1011001 0 100001 1010010 10011110 1010000 1010

Color Harmonies of #052E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E1F

Black with #052E1F

Text Example


Text Example

White with #052E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,46,31); }

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

background-color css

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

 a { background-color: rgb(5,46,31); }

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

border-color css

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

 span { border-color: rgb(5,46,31); }

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