#2CB016

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

Shades of Kelly Green #2CB016

Tints of Kelly Green #2CB016

Color information

#2CB016 (or 0x2CB016) is unknown color: approx Kelly Green. HEX triplet: 2C, B0 and 16. RGB value is (44,176,22). Sum of RGB (Red+Green+Blue) = 44+176+22=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 176 (69.14% from 255 or 72.73% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB016 is #D34FE9. Grayscale: #777777. Windows color (decimal): -13848554 or 1486892. OLE color: 1486892.

HSL color Cylindrical-coordinate representation of color #2CB016: hue angle of 111.43º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CB016 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB4417622-
CMYK0.7500.880.31
HSL111.43º77.78%38.82%-
HSV(B)111.43º87.5%69.02%-
XYZ16.7131.645.99-
YUV118.9873.2774.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.18%
GREEN value IS 176 (69.14% from 255) = 72.73%
BLUE value IS 22 (8.98% from 255) = 9.09%
R=18.18%
G=72.73%
B=9.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44176220.7500.880.31111.4377.7838.82
Hex2CB0164B0581F6f4e27
Octal542602611301303715711647
Binary10110010110000101101001011010110001111111011111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,176,22); }

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

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

 a { background-color: rgb(44,176,22); }

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

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

 span { border-color: rgb(44,176,22); }

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