#052F23

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

Shades of Dark Green #052F23

Tints of Dark Green #052F23

Color information

#052F23 (or 0x052F23) is unknown color: approx Dark Green. HEX triplet: 05, 2F and 23. RGB value is (5,47,35). Sum of RGB (Red+Green+Blue) = 5+47+35=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 47 (18.75% from 255 or 54.02% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 47 - color contains mainly: green. Hex color #052F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F23 is #FAD0DC. Grayscale: #212121. Windows color (decimal): -16437469 or 2305797. OLE color: 2305797.

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

Color convert

RGB54735-
CMYK0.8900.260.82
HSL162.86º80.77%10.2%-
HSV(B)162.86º89.36%18.43%-
XYZ1.382.191.94-
YUV33.07129.09107.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 47 (18.75% from 255) = 54.02%
BLUE value IS 35 (14.06% from 255) = 40.23%
R=5.75%
G=54.02%
B=40.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal547350.8900.260.82162.8680.7710.2
Hex52F235901A52a351a
Octal5574313103212224312112
Binary101101111100011101100101101010100101010001110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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