#30A611

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

Shades of Kelly Green #30A611

Tints of Kelly Green #30A611

Color information

#30A611 (or 0x30A611) is unknown color: approx Kelly Green. HEX triplet: 30, A6 and 11. RGB value is (48,166,17). Sum of RGB (Red+Green+Blue) = 48+166+17=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 166 (65.23% from 255 or 71.86% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 166 - color contains mainly: green. Hex color #30A611 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A611 is #CF59EE. Grayscale: #727272. Windows color (decimal): -13588975 or 1156656. OLE color: 1156656.

HSL color Cylindrical-coordinate representation of color #30A611: hue angle of 107.52º 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 #30A611 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB4816617-
CMYK0.7100.900.35
HSL107.52º81.42%35.88%-
HSV(B)107.52º89.76%65.1%-
XYZ14.9627.945.14-
YUV113.7373.4181.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 166 (65.23% from 255) = 71.86%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=20.78%
G=71.86%
B=7.36%

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
Decimal48166170.7100.900.35107.5281.4235.88
Hex30A6114705A236c5124
Octal602462110701324315412144
Binary110000101001101000110001110101101010001111011001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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