#052F2A

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

Shades of Dark Green #052F2A

Tints of Dark Green #052F2A

Color information

#052F2A (or 0x052F2A) is unknown color: approx Dark Green. HEX triplet: 05, 2F and 2A. RGB value is (5,47,42). Sum of RGB (Red+Green+Blue) = 5+47+42=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 47 (18.75% from 255 or 50% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 47 - color contains mainly: green. Hex color #052F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F2A is #FAD0D5. Grayscale: #212121. Windows color (decimal): -16437462 or 2764549. OLE color: 2764549.

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

Color convert

RGB54742-
CMYK0.8900.110.82
HSL172.86º80.77%10.2%-
HSV(B)172.86º89.36%18.43%-
XYZ1.52.232.54-
YUV33.87132.59107.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 47 (18.75% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 44.68%
R=5.32%
G=50%
B=44.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal547420.8900.110.82172.8680.7710.2
Hex52F2A590B52ad51a
Octal5575213101312225512112
Binary10110111110101010110010101110100101010110110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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