Html Css Color HEX #488B2B La Palma

📋 copy color: '#488B2B'

red 72 ◦ green 139 ◦ blue 43

#488B2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #488B2B

Tints of La Palma #488B2B

RGB

 RED value IS 72 (28.52% from 255) = 28.35%

 GREEN value IS 139 (54.69% from 255) = 54.72%

 BLUE value IS 43 (17.19% from 255) = 16.93%

R = 28.35%
G = 54.72%
B = 16.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#488B2B (or 0x488B2B) is known color: La Palma. HEX triplet: 48, 8B and 2B. RGB value is (72,139,43). Sum of RGB (Red+Green+Blue) = 72+139+43=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 139 (54.69% from 255 or 54.72% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 139 - color contains mainly: green. Hex color #488B2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488B2B is #B774D4. Grayscale: #6C6C6C. Windows color (decimal): -12022997 or 2853704. OLE color: 2853704.

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

Color convert

RGB 72 139 43 -
CMYK 0.48 0 0.69 0.45
HSL 101.88º 0.53% 0.36% -
HSV(B) 101.88º 0.69% 0.55% -
XYZ 12.34 20.02 5.5 -
YUV 108.02 91.3 102.31 -
System Red Green Blue C M Y K H S L
Decimal 72 139 43 0.48 0 0.69 0.45 101.88 0.53 0.36
Hex 48 8B 2B 30 0 45 2D 66 35 24
Octal 110 213 53 60 0 105 55 146 65 44
Binary 1001000 10001011 101011 110000 0 1000101 101101 1100110 110101 100100

Color Harmonies of #488B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B2B

Black with #488B2B

Text Example


Text Example

White with #488B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #488B2B;
 }
 .AnyTagClassName
 {
   color: #488B2B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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