#30A207

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

Shades of Kelly Green #30A207

Tints of Kelly Green #30A207

Color information

#30A207 (or 0x30A207) is unknown color: approx Kelly Green. HEX triplet: 30, A2 and 07. RGB value is (48,162,7). Sum of RGB (Red+Green+Blue) = 48+162+7=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 162 (63.67% from 255 or 74.65% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 162 - color contains mainly: green. Hex color #30A207 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A207 is #CF5DF8. Grayscale: #6E6E6E. Windows color (decimal): -13590009 or 500272. OLE color: 500272.

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

Color convert

RGB481627-
CMYK0.7000.960.36
HSL104.13º91.72%33.14%-
HSV(B)104.13º95.68%63.53%-
XYZ14.1826.484.57-
YUV110.2469.7383.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 162 (63.67% from 255) = 74.65%
BLUE value IS 7 (3.12% from 255) = 3.23%
R=22.12%
G=74.65%
B=3.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4816270.7000.960.36104.1391.7233.14
Hex30A274606024685c21
Octal60242710601404415013441
Binary1100001010001011110001100110000010010011010001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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