#449D2F

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

Shades of La Palma #449D2F

Tints of La Palma #449D2F

Color information

#449D2F (or 0x449D2F) is unknown color: approx La Palma. HEX triplet: 44, 9D and 2F. RGB value is (68,157,47). Sum of RGB (Red+Green+Blue) = 68+157+47=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 157 (61.72% from 255 or 57.72% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 157 - color contains mainly: green. Hex color #449D2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449D2F is #BB62D0. Grayscale: #767676. Windows color (decimal): -12280529 or 3120452. OLE color: 3120452.

HSL color Cylindrical-coordinate representation of color #449D2F: hue angle of 108.55º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #449D2F is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB6815747-
CMYK0.5700.700.38
HSL108.55º53.92%40%-
HSV(B)108.55º70.06%61.57%-
XYZ14.9525.556.83-
YUV117.8588.0192.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 157 (61.72% from 255) = 57.72%
BLUE value IS 47 (18.75% from 255) = 17.28%
R=25%
G=57.72%
B=17.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68157470.5700.700.38108.5553.9240
Hex449D2F39046266d3628
Octal10423557710106461556650
Binary100010010011101101111111001010001101001101101101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,157,47); }

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

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

 a { background-color: rgb(68,157,47); }

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

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

 span { border-color: rgb(68,157,47); }

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