#30A204

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

Shades of Kelly Green #30A204

Tints of Kelly Green #30A204

Color information

#30A204 (or 0x30A204) is unknown color: approx Kelly Green. HEX triplet: 30, A2 and 04. RGB value is (48,162,4). Sum of RGB (Red+Green+Blue) = 48+162+4=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 162 (63.67% from 255 or 75.70% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 162 - color contains mainly: green. Hex color #30A204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A204 is #CF5DFB. Grayscale: #6E6E6E. Windows color (decimal): -13590012 or 303664. OLE color: 303664.

HSL color Cylindrical-coordinate representation of color #30A204: hue angle of 103.29º 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 #30A204 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB481624-
CMYK0.7000.980.36
HSL103.29º95.18%32.55%-
HSV(B)103.29º97.53%63.53%-
XYZ14.1626.484.48-
YUV109.968.2383.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 162 (63.67% from 255) = 75.70%
BLUE value IS 4 (1.95% from 255) = 1.87%
R=22.43%
G=75.70%
B=1.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4816240.7000.980.36103.2995.1832.55
Hex30A244606224675f21
Octal60242410601424414713741
Binary1100001010001010010001100110001010010011001111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30A204; }

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

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

<style>
 a { background-color: #30A204; }

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

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

<style>
 span { border-color: #30A204; }

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

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