#48B72C

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

Shades of Kelly Green #48B72C

Tints of Kelly Green #48B72C

Color information

#48B72C (or 0x48B72C) is unknown color: approx Kelly Green. HEX triplet: 48, B7 and 2C. RGB value is (72,183,44). Sum of RGB (Red+Green+Blue) = 72+183+44=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 183 (71.88% from 255 or 61.20% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 183 - color contains mainly: green. Hex color #48B72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B72C is #B748D3. Grayscale: #868686. Windows color (decimal): -12011732 or 2930504. OLE color: 2930504.

HSL color Cylindrical-coordinate representation of color #48B72C: hue angle of 107.91º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48B72C is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB7218344-
CMYK0.6100.760.28
HSL107.91º61.23%44.51%-
HSV(B)107.91º75.96%71.76%-
XYZ20.0635.438.16-
YUV133.9677.2383.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 183 (71.88% from 255) = 61.20%
BLUE value IS 44 (17.58% from 255) = 14.72%
R=24.08%
G=61.20%
B=14.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72183440.6100.760.28107.9161.2344.51
Hex48B72C3D04C1C6c3d2d
Octal11026754750114341547555
Binary10010001011011110110011110101001100111001101100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B72C; }

 p { color: rgb(72,183,44); }

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

<style>
 a { background-color: #48B72C; }

 a { background-color: rgb(72,183,44); }

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

<style>
 span { border-color: #48B72C; }

 span { border-color: rgb(72,183,44); }

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