#30A406

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

Shades of Kelly Green #30A406

Tints of Kelly Green #30A406

Color information

#30A406 (or 0x30A406) is unknown color: approx Kelly Green. HEX triplet: 30, A4 and 06. RGB value is (48,164,6). Sum of RGB (Red+Green+Blue) = 48+164+6=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 164 (64.45% from 255 or 75.23% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 164 - color contains mainly: green. Hex color #30A406 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A406 is #CF5BF9. Grayscale: #6F6F6F. Windows color (decimal): -13589498 or 435248. OLE color: 435248.

HSL color Cylindrical-coordinate representation of color #30A406: hue angle of 104.05º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30A406 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB481646-
CMYK0.7100.960.36
HSL104.05º92.94%33.33%-
HSV(B)104.05º96.34%64.31%-
XYZ14.5327.194.66-
YUV111.368.5782.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 164 (64.45% from 255) = 75.23%
BLUE value IS 6 (2.73% from 255) = 2.75%
R=22.02%
G=75.23%
B=2.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4816460.7100.960.36104.0592.9433.33
Hex30A464706024685d21
Octal60244610701404415013541
Binary1100001010010011010001110110000010010011010001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,164,6); }

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

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

 a { background-color: rgb(48,164,6); }

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

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

 span { border-color: rgb(48,164,6); }

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