#052A1E

Color #052A1E Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #052A1E

Tints of Dark Green #052A1E

Color information

#052A1E (or 0x052A1E) is unknown color: approx 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

RGB54230-
CMYK0.8800.290.84
HSL160.54º78.72%9.22%-
HSV(B)160.54º88.1%16.47%-
XYZ1.121.781.51-
YUV29.57128.24110.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 42 (16.80% 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 (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal542300.8800.290.84160.5478.729.22
Hex52A1E5801D54a14f9
Octal5523613003512424111711
Binary10110101011110101100001110110101001010000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>