#2DA204

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

Shades of Kelly Green #2DA204

Tints of Kelly Green #2DA204

Color information

#2DA204 (or 0x2DA204) is unknown color: approx Kelly Green. HEX triplet: 2D, A2 and 04. RGB value is (45,162,4). Sum of RGB (Red+Green+Blue) = 45+162+4=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 162 (63.67% from 255 or 76.78% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA204 is #D25DFB. Grayscale: #6D6D6D. Windows color (decimal): -13786620 or 303661. OLE color: 303661.

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

Color convert

RGB451624-
CMYK0.7200.980.36
HSL104.43º95.18%32.55%-
HSV(B)104.43º97.53%63.53%-
XYZ14.0226.414.47-
YUV10968.7482.35-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.33%
GREEN value IS 162 (63.67% from 255) = 76.78%
BLUE value IS 4 (1.95% from 255) = 1.90%
R=21.33%
G=76.78%
B=1.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4516240.7200.980.36104.4395.1832.55
Hex2DA244806224685f21
Octal55242411001424415013741
Binary1011011010001010010010000110001010010011010001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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