#05702F

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

Shades of Fun Green #05702F

Tints of Fun Green #05702F

Color information

#05702F (or 0x05702F) is unknown color: approx Fun Green. HEX triplet: 05, 70 and 2F. RGB value is (5,112,47). Sum of RGB (Red+Green+Blue) = 5+112+47=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 112 (44.14% from 255 or 68.29% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 112 - color contains mainly: green. Hex color #05702F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05702F is #FA8FD0. Grayscale: #484848. Windows color (decimal): -16420817 or 3108869. OLE color: 3108869.

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

Color convert

RGB511247-
CMYK0.9600.580.56
HSL143.55º91.45%22.94%-
HSV(B)143.55º95.54%43.92%-
XYZ6.3711.834.64-
YUV72.6113.5579.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 112 (44.14% from 255) = 68.29%
BLUE value IS 47 (18.75% from 255) = 28.66%
R=3.05%
G=68.29%
B=28.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5112470.9600.580.56143.5591.4522.94
Hex5702F6003A38905b17
Octal5160571400727022013327
Binary10111100001011111100000011101011100010010000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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