#05742F

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

Shades of Fun Green #05742F

Tints of Fun Green #05742F

Color information

#05742F (or 0x05742F) is unknown color: approx Fun Green. HEX triplet: 05, 74 and 2F. RGB value is (5,116,47). Sum of RGB (Red+Green+Blue) = 5+116+47=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 116 (45.70% from 255 or 69.05% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 116 - color contains mainly: green. Hex color #05742F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05742F is #FA8BD0. Grayscale: #4B4B4B. Windows color (decimal): -16419793 or 3109893. OLE color: 3109893.

HSL color Cylindrical-coordinate representation of color #05742F: hue angle of 142.7º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05742F is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB511647-
CMYK0.9600.590.55
HSL142.7º91.74%23.73%-
HSV(B)142.7º95.69%45.49%-
XYZ6.8212.734.79-
YUV74.95112.2378.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.98%
GREEN value IS 116 (45.70% from 255) = 69.05%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=2.98%
G=69.05%
B=27.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5116470.9600.590.55142.791.7423.73
Hex5742F6003B378f5c18
Octal5164571400736721713430
Binary10111101001011111100000011101111011110001111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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