#2FA204

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

Shades of Kelly Green #2FA204

Tints of Kelly Green #2FA204

Color information

#2FA204 (or 0x2FA204) is unknown color: approx Kelly Green. HEX triplet: 2F, A2 and 04. RGB value is (47,162,4). Sum of RGB (Red+Green+Blue) = 47+162+4=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 162 (63.67% from 255 or 76.06% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA204 is #D05DFB. Grayscale: #6E6E6E. Windows color (decimal): -13655548 or 303663. OLE color: 303663.

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

Color convert

RGB471624-
CMYK0.7100.980.36
HSL103.67º95.18%32.55%-
HSV(B)103.67º97.53%63.53%-
XYZ14.1126.454.48-
YUV109.668.483.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.07%
GREEN value IS 162 (63.67% from 255) = 76.06%
BLUE value IS 4 (1.95% from 255) = 1.88%
R=22.07%
G=76.06%
B=1.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4716240.7100.980.36103.6795.1832.55
Hex2FA244706224685f21
Octal57242410701424415013741
Binary1011111010001010010001110110001010010011010001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,162,4); }

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

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

 a { background-color: rgb(47,162,4); }

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

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

 span { border-color: rgb(47,162,4); }

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