#488B02

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

Shades of La Palma #488B02

Tints of La Palma #488B02

Color information

#488B02 (or 0x488B02) is unknown color: approx La Palma. HEX triplet: 48, 8B and 02. RGB value is (72,139,2). Sum of RGB (Red+Green+Blue) = 72+139+2=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 139 (54.69% from 255 or 65.26% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 139 - color contains mainly: green. Hex color #488B02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488B02 is #B774FD. Grayscale: #676767. Windows color (decimal): -12023038 or 166728. OLE color: 166728.

HSL color Cylindrical-coordinate representation of color #488B02: hue angle of 89.34º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #488B02 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB721392-
CMYK0.4800.990.45
HSL89.34º97.16%27.65%-
HSV(B)89.34º98.56%54.51%-
XYZ11.9219.853.26-
YUV103.3570.8105.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 139 (54.69% from 255) = 65.26%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=33.80%
G=65.26%
B=0.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7213920.4800.990.4589.3497.1627.65
Hex488B2300632D59611c
Octal11021326001435513114134
Binary10010001000101110110000011000111011011011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488B02; }

 p { color: rgb(72,139,2); }

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

<style>
 a { background-color: #488B02; }

 a { background-color: rgb(72,139,2); }

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

<style>
 span { border-color: #488B02; }

 span { border-color: rgb(72,139,2); }

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