#48D31A

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

Shades of Kelly Green #48D31A

Tints of Kelly Green #48D31A

Color information

#48D31A (or 0x48D31A) is unknown color: approx Kelly Green. HEX triplet: 48, D3 and 1A. RGB value is (72,211,26). Sum of RGB (Red+Green+Blue) = 72+211+26=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 211 (82.81% from 255 or 68.28% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 211 - color contains mainly: green. Hex color #48D31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D31A is #B72CE5. Grayscale: #949494. Windows color (decimal): -12004582 or 1758024. OLE color: 1758024.

HSL color Cylindrical-coordinate representation of color #48D31A: hue angle of 105.08º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48D31A is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB7221126-
CMYK0.6600.880.17
HSL105.08º78.06%46.47%-
HSV(B)105.08º87.68%82.75%-
XYZ26.1548.048.87-
YUV148.3558.9573.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 211 (82.81% from 255) = 68.28%
BLUE value IS 26 (10.55% from 255) = 8.41%
R=23.30%
G=68.28%
B=8.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal72211260.6600.880.17105.0878.0646.47
Hex48D31A4205811694e2e
Octal1103233210201302115111656
Binary100100011010011110101000010010110001000111010011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,211,26); }

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

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

 a { background-color: rgb(72,211,26); }

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

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

 span { border-color: rgb(72,211,26); }

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