#44A12A

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

Shades of La Palma #44A12A

Tints of La Palma #44A12A

Color information

#44A12A (or 0x44A12A) is unknown color: approx La Palma. HEX triplet: 44, A1 and 2A. RGB value is (68,161,42). Sum of RGB (Red+Green+Blue) = 68+161+42=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 161 (63.28% from 255 or 59.41% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 161 - color contains mainly: green. Hex color #44A12A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A12A is #BB5ED5. Grayscale: #787878. Windows color (decimal): -12279510 or 2793796. OLE color: 2793796.

HSL color Cylindrical-coordinate representation of color #44A12A: hue angle of 106.89º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44A12A is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB6816142-
CMYK0.5800.740.37
HSL106.89º58.62%39.8%-
HSV(B)106.89º73.91%63.14%-
XYZ15.5526.896.56-
YUV119.6384.1991.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 161 (63.28% from 255) = 59.41%
BLUE value IS 42 (16.80% from 255) = 15.50%
R=25.09%
G=59.41%
B=15.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal68161420.5800.740.37106.8958.6239.8
Hex44A12A3A04A256b3b28
Octal10424152720112451537350
Binary100010010100001101010111010010010101001011101011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A12A; }

 p { color: rgb(68,161,42); }

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

<style>
 a { background-color: #44A12A; }

 a { background-color: rgb(68,161,42); }

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

<style>
 span { border-color: #44A12A; }

 span { border-color: rgb(68,161,42); }

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