#2FA30B

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

Shades of Kelly Green #2FA30B

Tints of Kelly Green #2FA30B

Color information

#2FA30B (or 0x2FA30B) is unknown color: approx Kelly Green. HEX triplet: 2F, A3 and 0B. RGB value is (47,163,11). Sum of RGB (Red+Green+Blue) = 47+163+11=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 163 (64.06% from 255 or 73.76% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA30B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA30B is #D05CF4. Grayscale: #6F6F6F. Windows color (decimal): -13655285 or 762671. OLE color: 762671.

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

Color convert

RGB4716311-
CMYK0.7100.930.36
HSL105.79º87.36%34.12%-
HSV(B)105.79º93.25%63.92%-
XYZ14.3326.824.74-
YUV110.9971.5782.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.27%
GREEN value IS 163 (64.06% from 255) = 73.76%
BLUE value IS 11 (4.69% from 255) = 4.98%
R=21.27%
G=73.76%
B=4.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal47163110.7100.930.36105.7987.3634.12
Hex2FA3B4705D246a5722
Octal572431310701354415212742
Binary10111110100011101110001110101110110010011010101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,163,11); }

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

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

 a { background-color: rgb(47,163,11); }

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

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

 span { border-color: rgb(47,163,11); }

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