#30A511

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

Shades of Kelly Green #30A511

Tints of Kelly Green #30A511

Color information

#30A511 (or 0x30A511) is unknown color: approx Kelly Green. HEX triplet: 30, A5 and 11. RGB value is (48,165,17). Sum of RGB (Red+Green+Blue) = 48+165+17=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 165 (64.84% from 255 or 71.74% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 165 - color contains mainly: green. Hex color #30A511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A511 is #CF5AEE. Grayscale: #717171. Windows color (decimal): -13589231 or 1156400. OLE color: 1156400.

HSL color Cylindrical-coordinate representation of color #30A511: hue angle of 107.43º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30A511 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB4816517-
CMYK0.7100.900.35
HSL107.43º81.32%35.69%-
HSV(B)107.43º89.7%64.71%-
XYZ14.7827.585.07-
YUV113.1473.7481.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 165 (64.84% from 255) = 71.74%
BLUE value IS 17 (7.03% from 255) = 7.39%
R=20.87%
G=71.74%
B=7.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal48165170.7100.900.35107.4381.3235.69
Hex30A5114705A236b5124
Octal602452110701324315312144
Binary110000101001011000110001110101101010001111010111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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