#30A911

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

Shades of Kelly Green #30A911

Tints of Kelly Green #30A911

Color information

#30A911 (or 0x30A911) is unknown color: approx Kelly Green. HEX triplet: 30, A9 and 11. RGB value is (48,169,17). Sum of RGB (Red+Green+Blue) = 48+169+17=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 169 (66.41% from 255 or 72.22% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 169 - color contains mainly: green. Hex color #30A911 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A911 is #CF56EE. Grayscale: #737373. Windows color (decimal): -13588207 or 1157424. OLE color: 1157424.

HSL color Cylindrical-coordinate representation of color #30A911: hue angle of 107.76º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30A911 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB4816917-
CMYK0.7200.900.34
HSL107.76º81.72%36.47%-
HSV(B)107.76º89.94%66.27%-
XYZ15.5129.045.32-
YUV115.4972.4179.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 169 (66.41% from 255) = 72.22%
BLUE value IS 17 (7.03% from 255) = 7.26%
R=20.51%
G=72.22%
B=7.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal48169170.7200.900.34107.7681.7236.47
Hex30A9114805A226c5224
Octal602512111001324215412244
Binary110000101010011000110010000101101010001011011001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,169,17); }

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

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

 a { background-color: rgb(48,169,17); }

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

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

 span { border-color: rgb(48,169,17); }

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