#30B21D

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

Shades of Kelly Green #30B21D

Tints of Kelly Green #30B21D

Color information

#30B21D (or 0x30B21D) is unknown color: approx Kelly Green. HEX triplet: 30, B2 and 1D. RGB value is (48,178,29). Sum of RGB (Red+Green+Blue) = 48+178+29=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 178 (69.92% from 255 or 69.80% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 178 - color contains mainly: green. Hex color #30B21D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B21D is #CF4DE2. Grayscale: #7A7A7A. Windows color (decimal): -13585891 or 1946160. OLE color: 1946160.

HSL color Cylindrical-coordinate representation of color #30B21D: hue angle of 112.35º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30B21D is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB4817829-
CMYK0.7300.840.30
HSL112.35º71.98%40.59%-
HSV(B)112.35º83.71%69.8%-
XYZ17.3632.566.53-
YUV122.1475.4375.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 178 (69.92% from 255) = 69.80%
BLUE value IS 29 (11.72% from 255) = 11.37%
R=18.82%
G=69.80%
B=11.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48178290.7300.840.30112.3571.9840.59
Hex30B21D490541E704829
Octal602623511101243616011051
Binary11000010110010111011001001010101001111011100001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,178,29); }

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

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

 a { background-color: rgb(48,178,29); }

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

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

 span { border-color: rgb(48,178,29); }

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