#2FA707

Color #2FA707 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2FA707

Tints of Kelly Green #2FA707

Color information

#2FA707 (or 0x2FA707) is unknown color: approx Kelly Green. HEX triplet: 2F, A7 and 07. RGB value is (47,167,7). Sum of RGB (Red+Green+Blue) = 47+167+7=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 167 (65.62% from 255 or 75.57% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA707 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA707 is #D058F8. Grayscale: #717171. Windows color (decimal): -13654265 or 501551. OLE color: 501551.

HSL color Cylindrical-coordinate representation of color #2FA707: hue angle of 105º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FA707 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB471677-
CMYK0.7200.960.35
HSL105º91.95%34.12%-
HSV(B)105º95.81%65.49%-
XYZ15.0328.264.86-
YUV112.8868.2481.01-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.27%
GREEN value IS 167 (65.62% from 255) = 75.57%
BLUE value IS 7 (3.12% from 255) = 3.17%
R=21.27%
G=75.57%
B=3.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4716770.7200.960.3510591.9534.12
Hex2FA774806023695c22
Octal57247711001404315113442
Binary1011111010011111110010000110000010001111010011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FA707; }

 p { color: rgb(47,167,7); }

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

<style>
 a { background-color: #2FA707; }

 a { background-color: rgb(47,167,7); }

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

<style>
 span { border-color: #2FA707; }

 span { border-color: rgb(47,167,7); }

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