#448D29

Color #448D29 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #448D29

Tints of La Palma #448D29

Color information

#448D29 (or 0x448D29) is unknown color: approx La Palma. HEX triplet: 44, 8D and 29. RGB value is (68,141,41). Sum of RGB (Red+Green+Blue) = 68+141+41=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #448D29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448D29 is #BB72D6. Grayscale: #6C6C6C. Windows color (decimal): -12284631 or 2723140. OLE color: 2723140.

HSL color Cylindrical-coordinate representation of color #448D29: hue angle of 103.8º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #448D29 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB6814141-
CMYK0.5200.710.45
HSL103.8º54.95%35.69%-
HSV(B)103.8º70.92%55.29%-
XYZ12.3120.445.39-
YUV107.7790.3299.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 141 (55.47% from 255) = 56.4%
BLUE value IS 41 (16.41% from 255) = 16.4%
R=27.2%
G=56.4%
B=16.4%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68141410.5200.710.45103.854.9535.69
Hex448D29340472D683724
Octal10421551640107551506744
Binary100010010001101101001110100010001111011011101000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448D29; }

 p { color: rgb(68,141,41); }

 H1.HeaderClassName
 {
   color: #448D29;
 }
 .AnyTagClassName
 {
   color: #448D29;
 }
</style>
background-color css

<style>
 a { background-color: #448D29; }

 a { background-color: rgb(68,141,41); }

 div.DivClassName
 {
   background-color: #448D29;
 }
 .BgClassName
 {
   background-color: #448D29;
 }
</style>
border-color css

<style>
 span { border-color: #448D29; }

 span { border-color: rgb(68,141,41); }

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