Html Css Color HEX #48922F La Palma

📋 copy color: '#48922F'

red 72 ◦ green 146 ◦ blue 47

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

Shades of La Palma #48922F

Tints of La Palma #48922F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.09%

 BLUE value IS 47 (18.75% from 255) = 17.74%

R = 27.17%
G = 55.09%
B = 17.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#48922F (or 0x48922F) is known color: La Palma. HEX triplet: 48, 92 and 2F. RGB value is (72,146,47). Sum of RGB (Red+Green+Blue) = 72+146+47=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #48922F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48922F is #B76DD0. Grayscale: #707070. Windows color (decimal): -12021201 or 3117640. OLE color: 3117640.

HSL color Cylindrical-coordinate representation of color #48922F: hue angle of 104.85º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48922F is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 146 47 -
CMYK 0.51 0 0.68 0.43
HSL 104.85º 0.51% 0.38% -
HSV(B) 104.85º 0.68% 0.57% -
XYZ 13.46 22.14 6.25 -
YUV 112.59 90.98 99.05 -
System Red Green Blue C M Y K H S L
Decimal 72 146 47 0.51 0 0.68 0.43 104.85 0.51 0.38
Hex 48 92 2F 33 0 44 2B 69 33 26
Octal 110 222 57 63 0 104 53 151 63 46
Binary 1001000 10010010 101111 110011 0 1000100 101011 1101001 110011 100110

Color Harmonies of #48922F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48922F

Black with #48922F

Text Example


Text Example

White with #48922F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48922F; }

 p { color: rgb(72,146,47); }

 H1.HeaderClassName
 {
   color: #48922F;
 }
 .AnyTagClassName
 {
   color: #48922F;
 }
</style>

background-color css

<style>
 a { background-color: #48922F; }

 a { background-color: rgb(72,146,47); }

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

border-color css

<style>
 span { border-color: #48922F; }

 span { border-color: rgb(72,146,47); }

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