#2FAC12

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

Shades of Kelly Green #2FAC12

Tints of Kelly Green #2FAC12

Color information

#2FAC12 (or 0x2FAC12) is unknown color: approx Kelly Green. HEX triplet: 2F, AC and 12. RGB value is (47,172,18). Sum of RGB (Red+Green+Blue) = 47+172+18=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 172 (67.58% from 255 or 72.57% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAC12 is #D053ED. Grayscale: #757575. Windows color (decimal): -13652974 or 1223727. OLE color: 1223727.

HSL color Cylindrical-coordinate representation of color #2FAC12: hue angle of 108.7º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FAC12 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB4717218-
CMYK0.7300.900.33
HSL108.7º81.05%37.25%-
HSV(B)108.7º89.53%67.45%-
XYZ16.0330.155.55-
YUV117.0772.0978.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.83%
GREEN value IS 172 (67.58% from 255) = 72.57%
BLUE value IS 18 (7.42% from 255) = 7.59%
R=19.83%
G=72.57%
B=7.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47172180.7300.900.33108.781.0537.25
Hex2FAC124905A216d5125
Octal572542211101324115512145
Binary101111101011001001010010010101101010000111011011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,172,18); }

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

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

 a { background-color: rgb(47,172,18); }

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

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

 span { border-color: rgb(47,172,18); }

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