Html Css Color HEX #48992A La Palma

📋 copy color: '#48992A'

red 72 ◦ green 153 ◦ blue 42

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

Shades of La Palma #48992A

Tints of La Palma #48992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.3%

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 26.97%
G = 57.3%
B = 15.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#48992A (or 0x48992A) is known color: La Palma. HEX triplet: 48, 99 and 2A. RGB value is (72,153,42). Sum of RGB (Red+Green+Blue) = 72+153+42=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 153 (60.16% from 255 or 57.30% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 153 - color contains mainly: green. Hex color #48992A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48992A is #B766D5. Grayscale: #747474. Windows color (decimal): -12019414 or 2791752. OLE color: 2791752.

HSL color Cylindrical-coordinate representation of color #48992A: hue angle of 103.78º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48992A is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 153 42 -
CMYK 0.53 0 0.73 0.4
HSL 103.78º 0.57% 0.38% -
HSV(B) 103.78º 0.73% 0.6% -
XYZ 14.48 24.33 6.12 -
YUV 116.13 86.16 96.53 -
System Red Green Blue C M Y K H S L
Decimal 72 153 42 0.53 0 0.73 0.4 103.78 0.57 0.38
Hex 48 99 2A 35 0 49 28 68 39 26
Octal 110 231 52 65 0 111 50 150 71 46
Binary 1001000 10011001 101010 110101 0 1001001 101000 1101000 111001 100110

Color Harmonies of #48992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48992A

Black with #48992A

Text Example


Text Example

White with #48992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48992A; }

 p { color: rgb(72,153,42); }

 H1.HeaderClassName
 {
   color: #48992A;
 }
 .AnyTagClassName
 {
   color: #48992A;
 }
</style>

background-color css

<style>
 a { background-color: #48992A; }

 a { background-color: rgb(72,153,42); }

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

border-color css

<style>
 span { border-color: #48992A; }

 span { border-color: rgb(72,153,42); }

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