#2AB215

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

Shades of Kelly Green #2AB215

Tints of Kelly Green #2AB215

Color information

#2AB215 (or 0x2AB215) is unknown color: approx Kelly Green. HEX triplet: 2A, B2 and 15. RGB value is (42,178,21). Sum of RGB (Red+Green+Blue) = 42+178+21=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 178 (69.92% from 255 or 73.86% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB215 is #D54DEA. Grayscale: #777777. Windows color (decimal): -13979115 or 1421866. OLE color: 1421866.

HSL color Cylindrical-coordinate representation of color #2AB215: hue angle of 111.97º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AB215 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB4217821-
CMYK0.7600.880.30
HSL111.97º78.89%39.02%-
HSV(B)111.97º88.2%69.8%-
XYZ17.0132.396.06-
YUV119.4472.4472.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.43%
GREEN value IS 178 (69.92% from 255) = 73.86%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=17.43%
G=73.86%
B=8.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal42178210.7600.880.30111.9778.8939.02
Hex2AB2154C0581E704f27
Octal522622511401303616011747
Binary10101010110010101011001100010110001111011100001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,178,21); }

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

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

 a { background-color: rgb(42,178,21); }

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

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

 span { border-color: rgb(42,178,21); }

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