#449E29

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

Shades of La Palma #449E29

Tints of La Palma #449E29

Color information

#449E29 (or 0x449E29) is unknown color: approx La Palma. HEX triplet: 44, 9E and 29. RGB value is (68,158,41). Sum of RGB (Red+Green+Blue) = 68+158+41=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 158 (62.11% from 255 or 59.18% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 158 - color contains mainly: green. Hex color #449E29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449E29 is #BB61D6. Grayscale: #767676. Windows color (decimal): -12280279 or 2727492. OLE color: 2727492.

HSL color Cylindrical-coordinate representation of color #449E29: hue angle of 106.15º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #449E29 is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB6815841-
CMYK0.5700.740.38
HSL106.15º58.79%39.02%-
HSV(B)106.15º74.05%61.96%-
XYZ15.0125.846.29-
YUV117.7584.6892.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.47%
GREEN value IS 158 (62.11% from 255) = 59.18%
BLUE value IS 41 (16.41% from 255) = 15.36%
R=25.47%
G=59.18%
B=15.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68158410.5700.740.38106.1558.7939.02
Hex449E293904A266a3b27
Octal10423651710112461527347
Binary100010010011110101001111001010010101001101101010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449E29; }

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

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

<style>
 a { background-color: #449E29; }

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

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

<style>
 span { border-color: #449E29; }

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

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