#2AB415

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

Shades of Kelly Green #2AB415

Tints of Kelly Green #2AB415

Color information

#2AB415 (or 0x2AB415) is unknown color: approx Kelly Green. HEX triplet: 2A, B4 and 15. RGB value is (42,180,21). Sum of RGB (Red+Green+Blue) = 42+180+21=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 180 (70.70% from 255 or 74.07% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB415 is #D54BEA. Grayscale: #797979. Windows color (decimal): -13978603 or 1422378. OLE color: 1422378.

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

Color convert

RGB4218021-
CMYK0.7700.880.29
HSL112.08º79.1%39.41%-
HSV(B)112.08º88.33%70.59%-
XYZ17.4133.196.2-
YUV120.6171.7871.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.28%
GREEN value IS 180 (70.70% from 255) = 74.07%
BLUE value IS 21 (8.59% from 255) = 8.64%
R=17.28%
G=74.07%
B=8.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42180210.7700.880.29112.0879.139.41
Hex2AB4154D0581D704f27
Octal522642511501303516011747
Binary10101010110100101011001101010110001110111100001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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