#30B010

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

Shades of Kelly Green #30B010

Tints of Kelly Green #30B010

Color information

#30B010 (or 0x30B010) is unknown color: approx Kelly Green. HEX triplet: 30, B0 and 10. RGB value is (48,176,16). Sum of RGB (Red+Green+Blue) = 48+176+16=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 176 (69.14% from 255 or 73.33% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 176 - color contains mainly: green. Hex color #30B010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30B010 is #CF4FEF. Grayscale: #777777. Windows color (decimal): -13586416 or 1093680. OLE color: 1093680.

HSL color Cylindrical-coordinate representation of color #30B010: hue angle of 108º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30B010 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB4817616-
CMYK0.7300.910.31
HSL108º83.33%37.65%-
HSV(B)108º90.91%69.02%-
XYZ16.8431.725.72-
YUV119.4969.5977.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 176 (69.14% from 255) = 73.33%
BLUE value IS 16 (6.64% from 255) = 6.67%
R=20%
G=73.33%
B=6.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48176160.7300.910.3110883.3337.65
Hex30B0104905B1F6c5326
Octal602602011101333715412346
Binary11000010110000100001001001010110111111111011001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,176,16); }

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

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

 a { background-color: rgb(48,176,16); }

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

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

 span { border-color: rgb(48,176,16); }

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