#2FA406

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

Shades of Kelly Green #2FA406

Tints of Kelly Green #2FA406

Color information

#2FA406 (or 0x2FA406) is unknown color: approx Kelly Green. HEX triplet: 2F, A4 and 06. RGB value is (47,164,6). Sum of RGB (Red+Green+Blue) = 47+164+6=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 164 (64.45% from 255 or 75.58% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA406 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA406 is #D05BF9. Grayscale: #6F6F6F. Windows color (decimal): -13655034 or 435247. OLE color: 435247.

HSL color Cylindrical-coordinate representation of color #2FA406: hue angle of 104.43º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FA406 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB471646-
CMYK0.7100.960.36
HSL104.43º92.94%33.33%-
HSV(B)104.43º96.34%64.31%-
XYZ14.4827.174.65-
YUV11168.7482.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.66%
GREEN value IS 164 (64.45% from 255) = 75.58%
BLUE value IS 6 (2.73% from 255) = 2.76%
R=21.66%
G=75.58%
B=2.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4716460.7100.960.36104.4392.9433.33
Hex2FA464706024685d21
Octal57244610701404415013541
Binary1011111010010011010001110110000010010011010001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,164,6); }

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

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

 a { background-color: rgb(47,164,6); }

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

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

 span { border-color: rgb(47,164,6); }

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