#2DA205

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

Shades of Kelly Green #2DA205

Tints of Kelly Green #2DA205

Color information

#2DA205 (or 0x2DA205) is unknown color: approx Kelly Green. HEX triplet: 2D, A2 and 05. RGB value is (45,162,5). Sum of RGB (Red+Green+Blue) = 45+162+5=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 162 (63.67% from 255 or 76.42% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA205 is #D25DFA. Grayscale: #6D6D6D. Windows color (decimal): -13786619 or 369197. OLE color: 369197.

HSL color Cylindrical-coordinate representation of color #2DA205: hue angle of 104.71º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2DA205 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB451625-
CMYK0.7200.970.36
HSL104.71º94.01%32.75%-
HSV(B)104.71º96.91%63.53%-
XYZ14.0326.414.5-
YUV109.1269.2482.27-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.23%
GREEN value IS 162 (63.67% from 255) = 76.42%
BLUE value IS 5 (2.34% from 255) = 2.36%
R=21.23%
G=76.42%
B=2.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4516250.7200.970.36104.7194.0132.75
Hex2DA254806124695e21
Octal55242511001414415113641
Binary1011011010001010110010000110000110010011010011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,162,5); }

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

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

 a { background-color: rgb(45,162,5); }

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

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

 span { border-color: rgb(45,162,5); }

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