Html Css Color HEX #48981D La Palma

📋 copy color: '#48981D'

red 72 ◦ green 152 ◦ blue 29

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

Shades of La Palma #48981D

Tints of La Palma #48981D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 60.08%

 BLUE value IS 29 (11.72% from 255) = 11.46%

R = 28.46%
G = 60.08%
B = 11.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#48981D (or 0x48981D) is known color: La Palma. HEX triplet: 48, 98 and 1D. RGB value is (72,152,29). Sum of RGB (Red+Green+Blue) = 72+152+29=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 152 (59.77% from 255 or 60.08% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 152 - color contains mainly: green. Hex color #48981D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48981D is #B767E2. Grayscale: #727272. Windows color (decimal): -12019683 or 1939528. OLE color: 1939528.

HSL color Cylindrical-coordinate representation of color #48981D: hue angle of 99.02º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48981D is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 152 29 -
CMYK 0.53 0 0.81 0.40
HSL 99.02º 0.68% 0.35% -
HSV(B) 99.02º 0.81% 0.6% -
XYZ 14.12 23.92 5.04 -
YUV 114.06 80 98 -
System Red Green Blue C M Y K H S L
Decimal 72 152 29 0.53 0 0.81 0.40 99.02 0.68 0.35
Hex 48 98 1D 35 0 51 28 63 44 23
Octal 110 230 35 65 0 121 50 143 104 43
Binary 1001000 10011000 11101 110101 0 1010001 101000 1100011 1000100 100011

Color Harmonies of #48981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48981D

Black with #48981D

Text Example


Text Example

White with #48981D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48981D; }

 p { color: rgb(72,152,29); }

 H1.HeaderClassName
 {
   color: #48981D;
 }
 .AnyTagClassName
 {
   color: #48981D;
 }
</style>

background-color css

<style>
 a { background-color: #48981D; }

 a { background-color: rgb(72,152,29); }

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

border-color css

<style>
 span { border-color: #48981D; }

 span { border-color: rgb(72,152,29); }

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