#48B61D

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

Shades of Kelly Green #48B61D

Tints of Kelly Green #48B61D

Color information

#48B61D (or 0x48B61D) is unknown color: approx Kelly Green. HEX triplet: 48, B6 and 1D. RGB value is (72,182,29). Sum of RGB (Red+Green+Blue) = 72+182+29=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 182 (71.48% from 255 or 64.31% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 182 - color contains mainly: green. Hex color #48B61D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B61D is #B749E2. Grayscale: #848484. Windows color (decimal): -12012003 or 1947208. OLE color: 1947208.

HSL color Cylindrical-coordinate representation of color #48B61D: hue angle of 103.14º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48B61D is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB7218229-
CMYK0.6000.840.29
HSL103.14º72.51%41.37%-
HSV(B)103.14º84.07%71.37%-
XYZ19.6234.926.87-
YUV131.6770.0685.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 182 (71.48% from 255) = 64.31%
BLUE value IS 29 (11.72% from 255) = 10.25%
R=25.44%
G=64.31%
B=10.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72182290.6000.840.29103.1472.5141.37
Hex48B61D3C0541D674929
Octal110266357401243514711151
Binary10010001011011011101111100010101001110111001111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,182,29); }

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

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

 a { background-color: rgb(72,182,29); }

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

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

 span { border-color: rgb(72,182,29); }

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