#052F2B

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

Shades of Dark Green #052F2B

Tints of Dark Green #052F2B

Color information

#052F2B (or 0x052F2B) is unknown color: approx Dark Green. HEX triplet: 05, 2F and 2B. RGB value is (5,47,43). Sum of RGB (Red+Green+Blue) = 5+47+43=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 47 (18.75% from 255 or 49.47% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 47 - color contains mainly: green. Hex color #052F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F2B is #FAD0D4. Grayscale: #212121. Windows color (decimal): -16437461 or 2830085. OLE color: 2830085.

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

Color convert

RGB54743-
CMYK0.8900.090.82
HSL174.29º80.77%10.2%-
HSV(B)174.29º89.36%18.43%-
XYZ1.522.242.64-
YUV33.99133.09107.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 47 (18.75% from 255) = 49.47%
BLUE value IS 43 (17.19% from 255) = 45.26%
R=5.26%
G=49.47%
B=45.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal547430.8900.090.82174.2980.7710.2
Hex52F2B590952ae51a
Octal5575313101112225612112
Binary10110111110101110110010100110100101010111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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