#2FAA18

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

Shades of Kelly Green #2FAA18

Tints of Kelly Green #2FAA18

Color information

#2FAA18 (or 0x2FAA18) is unknown color: approx Kelly Green. HEX triplet: 2F, AA and 18. RGB value is (47,170,24). Sum of RGB (Red+Green+Blue) = 47+170+24=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 170 (66.80% from 255 or 70.54% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAA18 is #D055E7. Grayscale: #757575. Windows color (decimal): -13653480 or 1616431. OLE color: 1616431.

HSL color Cylindrical-coordinate representation of color #2FAA18: hue angle of 110.55º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FAA18 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB4717024-
CMYK0.7200.860.33
HSL110.55º75.26%38.04%-
HSV(B)110.55º85.88%66.67%-
XYZ15.7129.425.71-
YUV116.5875.7578.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.50%
GREEN value IS 170 (66.80% from 255) = 70.54%
BLUE value IS 24 (9.77% from 255) = 9.96%
R=19.50%
G=70.54%
B=9.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47170240.7200.860.33110.5575.2638.04
Hex2FAA1848056216f4b26
Octal572523011001264115711346
Binary101111101010101100010010000101011010000111011111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,170,24); }

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

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

 a { background-color: rgb(47,170,24); }

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

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

 span { border-color: rgb(47,170,24); }

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