#2DAA09

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

Shades of Kelly Green #2DAA09

Tints of Kelly Green #2DAA09

Color information

#2DAA09 (or 0x2DAA09) is unknown color: approx Kelly Green. HEX triplet: 2D, AA and 09. RGB value is (45,170,9). Sum of RGB (Red+Green+Blue) = 45+170+9=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 170 (66.80% from 255 or 75.89% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAA09 is #D255F6. Grayscale: #727272. Windows color (decimal): -13784567 or 633389. OLE color: 633389.

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

Color convert

RGB451709-
CMYK0.7400.950.33
HSL106.58º89.94%35.1%-
HSV(B)106.58º94.71%66.67%-
XYZ15.5129.335.1-
YUV114.2768.5978.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.09%
GREEN value IS 170 (66.80% from 255) = 75.89%
BLUE value IS 9 (3.91% from 255) = 4.02%
R=20.09%
G=75.89%
B=4.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4517090.7400.950.33106.5889.9435.1
Hex2DAA94A05F216b5a23
Octal552521111201374115313243
Binary10110110101010100110010100101111110000111010111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,170,9); }

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

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

 a { background-color: rgb(45,170,9); }

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

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

 span { border-color: rgb(45,170,9); }

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