#30B01D

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

Shades of Kelly Green #30B01D

Tints of Kelly Green #30B01D

Color information

#30B01D (or 0x30B01D) is unknown color: approx Kelly Green. HEX triplet: 30, B0 and 1D. RGB value is (48,176,29). Sum of RGB (Red+Green+Blue) = 48+176+29=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 176 (69.14% from 255 or 69.57% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 176 - color contains mainly: green. Hex color #30B01D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B01D is #CF4FE2. Grayscale: #797979. Windows color (decimal): -13586403 or 1945648. OLE color: 1945648.

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

Color convert

RGB4817629-
CMYK0.7300.840.31
HSL112.24º71.71%40.2%-
HSV(B)112.24º83.52%69.02%-
XYZ16.9731.776.4-
YUV120.9776.0975.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 176 (69.14% from 255) = 69.57%
BLUE value IS 29 (11.72% from 255) = 11.46%
R=18.97%
G=69.57%
B=11.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48176290.7300.840.31112.2471.7140.2
Hex30B01D490541F704828
Octal602603511101243716011050
Binary11000010110000111011001001010101001111111100001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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