#48A233

Color #48A233 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #48A233

Tints of La Palma #48A233

Color information

#48A233 (or 0x48A233) is unknown color: approx La Palma. HEX triplet: 48, A2 and 33. RGB value is (72,162,51). Sum of RGB (Red+Green+Blue) = 72+162+51=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 162 (63.67% from 255 or 56.84% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 162 - color contains mainly: green. Hex color #48A233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A233 is #B75DCC. Grayscale: #7A7A7A. Windows color (decimal): -12017101 or 3383880. OLE color: 3383880.

HSL color Cylindrical-coordinate representation of color #48A233: hue angle of 108.65º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48A233 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB7216251-
CMYK0.5600.690.36
HSL108.65º52.11%41.76%-
HSV(B)108.65º68.52%63.53%-
XYZ16.1927.467.58-
YUV122.4487.6892.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 162 (63.67% from 255) = 56.84%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=25.26%
G=56.84%
B=17.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72162510.5600.690.36108.6552.1141.76
Hex48A23338045246d342a
Octal11024263700105441556452
Binary100100010100010110011111000010001011001001101101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,162,51); }

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

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

 a { background-color: rgb(72,162,51); }

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

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

 span { border-color: rgb(72,162,51); }

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