#052A23

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

Shades of Dark Green #052A23

Tints of Dark Green #052A23

Color information

#052A23 (or 0x052A23) is unknown color: approx Dark Green. HEX triplet: 05, 2A and 23. RGB value is (5,42,35). Sum of RGB (Red+Green+Blue) = 5+42+35=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 42 (16.80% from 255 or 51.22% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 42 - color contains mainly: green. Hex color #052A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A23 is #FAD5DC. Grayscale: #1E1E1E. Windows color (decimal): -16438749 or 2304517. OLE color: 2304517.

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

Color convert

RGB54235-
CMYK0.8800.170.84
HSL168.65º78.72%9.22%-
HSV(B)168.65º88.1%16.47%-
XYZ1.191.811.88-
YUV30.14130.74110.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 42 (16.80% from 255) = 51.22%
BLUE value IS 35 (14.06% from 255) = 42.68%
R=6.10%
G=51.22%
B=42.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal542350.8800.170.84168.6578.729.22
Hex52A235801154a94f9
Octal5524313002112425111711
Binary101101010100011101100001000110101001010100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #052A23;
 }
 .AnyTagClassName
 {
   color: #052A23;
 }
</style>
background-color css

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

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

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

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

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

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