#2CAA0F

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

Shades of Kelly Green #2CAA0F

Tints of Kelly Green #2CAA0F

Color information

#2CAA0F (or 0x2CAA0F) is unknown color: approx Kelly Green. HEX triplet: 2C, AA and 0F. RGB value is (44,170,15). Sum of RGB (Red+Green+Blue) = 44+170+15=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 170 (66.80% from 255 or 74.24% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAA0F is #D355F0. Grayscale: #737373. Windows color (decimal): -13850097 or 1026604. OLE color: 1026604.

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

Color convert

RGB4417015-
CMYK0.7400.910.33
HSL108.77º83.78%36.27%-
HSV(B)108.77º91.18%66.67%-
XYZ15.529.325.29-
YUV114.6671.7677.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.21%
GREEN value IS 170 (66.80% from 255) = 74.24%
BLUE value IS 15 (6.25% from 255) = 6.55%
R=19.21%
G=74.24%
B=6.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44170150.7400.910.33108.7783.7836.27
Hex2CAAF4A05B216d5424
Octal542521711201334115512444
Binary10110010101010111110010100101101110000111011011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,170,15); }

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

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

 a { background-color: rgb(44,170,15); }

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

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

 span { border-color: rgb(44,170,15); }

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