#48B827

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

Shades of Kelly Green #48B827

Tints of Kelly Green #48B827

Color information

#48B827 (or 0x48B827) is unknown color: approx Kelly Green. HEX triplet: 48, B8 and 27. RGB value is (72,184,39). Sum of RGB (Red+Green+Blue) = 72+184+39=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 184 (72.27% from 255 or 62.37% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 184 - color contains mainly: green. Hex color #48B827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B827 is #B747D8. Grayscale: #868686. Windows color (decimal): -12011481 or 2603080. OLE color: 2603080.

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

Color convert

RGB7218439-
CMYK0.6100.790.28
HSL106.34º65.02%43.73%-
HSV(B)106.34º78.8%72.16%-
XYZ20.1835.817.77-
YUV133.9874.3983.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 184 (72.27% from 255) = 62.37%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=24.41%
G=62.37%
B=13.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72184390.6100.790.28106.3465.0243.73
Hex48B8273D04F1C6a412c
Octal110270477501173415210154
Binary100100010111000100111111101010011111110011010101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,184,39); }

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

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

 a { background-color: rgb(72,184,39); }

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

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

 span { border-color: rgb(72,184,39); }

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