#52702F

Color #52702F Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #52702F

Tints of Green Leaf #52702F

Color information

#52702F (or 0x52702F) is unknown color: approx Green Leaf. HEX triplet: 52, 70 and 2F. RGB value is (82,112,47). Sum of RGB (Red+Green+Blue) = 82+112+47=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #52702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52702F is #AD8FD0. Grayscale: #5F5F5F. Windows color (decimal): -11374545 or 3108946. OLE color: 3108946.

HSL color Cylindrical-coordinate representation of color #52702F: hue angle of 87.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52702F is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB8211247-
CMYK0.2700.580.56
HSL87.69º40.88%31.18%-
HSV(B)87.69º58.04%43.92%-
XYZ9.7913.594.8-
YUV95.62100.56118.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=34.02%
G=46.47%
B=19.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82112470.2700.580.5687.6940.8831.18
Hex52702F1B03A3858291f
Octal1221605733072701305137
Binary10100101110000101111110110111010111000101100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52702F; }

 p { color: rgb(82,112,47); }

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

<style>
 a { background-color: #52702F; }

 a { background-color: rgb(82,112,47); }

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

<style>
 span { border-color: #52702F; }

 span { border-color: rgb(82,112,47); }

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