Html Css Color HEX #48921B La Palma

📋 copy color: '#48921B'

red 72 ◦ green 146 ◦ blue 27

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

Shades of La Palma #48921B

Tints of La Palma #48921B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.02%

R = 29.39%
G = 59.59%
B = 11.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#48921B (or 0x48921B) is known color: La Palma. HEX triplet: 48, 92 and 1B. RGB value is (72,146,27). Sum of RGB (Red+Green+Blue) = 72+146+27=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 146 (57.42% from 255 or 59.59% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 146 - color contains mainly: green. Hex color #48921B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48921B is #B76DE4. Grayscale: #6E6E6E. Windows color (decimal): -12021221 or 1806920. OLE color: 1806920.

HSL color Cylindrical-coordinate representation of color #48921B: hue angle of 97.31º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48921B is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 146 27 -
CMYK 0.51 0 0.82 0.43
HSL 97.31º 0.69% 0.34% -
HSV(B) 97.31º 0.82% 0.57% -
XYZ 13.15 22.01 4.59 -
YUV 110.31 80.98 100.68 -
System Red Green Blue C M Y K H S L
Decimal 72 146 27 0.51 0 0.82 0.43 97.31 0.69 0.34
Hex 48 92 1B 33 0 52 2B 61 45 22
Octal 110 222 33 63 0 122 53 141 105 42
Binary 1001000 10010010 11011 110011 0 1010010 101011 1100001 1000101 100010

Color Harmonies of #48921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48921B

Black with #48921B

Text Example


Text Example

White with #48921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48921B; }

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

 H1.HeaderClassName
 {
   color: #48921B;
 }
 .AnyTagClassName
 {
   color: #48921B;
 }
</style>

background-color css

<style>
 a { background-color: #48921B; }

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

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

border-color css

<style>
 span { border-color: #48921B; }

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

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