#2FAA0C

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

Shades of Kelly Green #2FAA0C

Tints of Kelly Green #2FAA0C

Color information

#2FAA0C (or 0x2FAA0C) is unknown color: approx Kelly Green. HEX triplet: 2F, AA and 0C. RGB value is (47,170,12). Sum of RGB (Red+Green+Blue) = 47+170+12=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 170 (66.80% from 255 or 74.24% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAA0C is #D055F3. Grayscale: #737373. Windows color (decimal): -13653492 or 829999. OLE color: 829999.

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

Color convert

RGB4717012-
CMYK0.7200.930.33
HSL106.71º86.81%35.69%-
HSV(B)106.71º92.94%66.67%-
XYZ15.6129.385.2-
YUV115.2169.7579.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.52%
GREEN value IS 170 (66.80% from 255) = 74.24%
BLUE value IS 12 (5.08% from 255) = 5.24%
R=20.52%
G=74.24%
B=5.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47170120.7200.930.33106.7186.8135.69
Hex2FAAC4805D216b5724
Octal572521411001354115312744
Binary10111110101010110010010000101110110000111010111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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