#2CB112

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

Shades of Kelly Green #2CB112

Tints of Kelly Green #2CB112

Color information

#2CB112 (or 0x2CB112) is unknown color: approx Kelly Green. HEX triplet: 2C, B1 and 12. RGB value is (44,177,18). Sum of RGB (Red+Green+Blue) = 44+177+18=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 177 (69.53% from 255 or 74.06% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB112 is #D34EED. Grayscale: #777777. Windows color (decimal): -13848302 or 1225004. OLE color: 1225004.

HSL color Cylindrical-coordinate representation of color #2CB112: hue angle of 110.19º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CB112 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB4417718-
CMYK0.7500.900.31
HSL110.19º81.54%38.24%-
HSV(B)110.19º89.83%69.41%-
XYZ16.8732.025.86-
YUV119.1170.9474.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.41%
GREEN value IS 177 (69.53% from 255) = 74.06%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=18.41%
G=74.06%
B=7.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44177180.7500.900.31110.1981.5438.24
Hex2CB1124B05A1F6e5226
Octal542612211301323715612246
Binary10110010110001100101001011010110101111111011101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,177,18); }

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

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

 a { background-color: rgb(44,177,18); }

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

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

 span { border-color: rgb(44,177,18); }

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