#449F2F

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

Shades of La Palma #449F2F

Tints of La Palma #449F2F

Color information

#449F2F (or 0x449F2F) is unknown color: approx La Palma. HEX triplet: 44, 9F and 2F. RGB value is (68,159,47). Sum of RGB (Red+Green+Blue) = 68+159+47=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 159 (62.5% from 255 or 58.03% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 159 - color contains mainly: green. Hex color #449F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449F2F is #BB60D0. Grayscale: #777777. Windows color (decimal): -12280017 or 3120964. OLE color: 3120964.

HSL color Cylindrical-coordinate representation of color #449F2F: hue angle of 108.75º 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 #449F2F is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB6815947-
CMYK0.5700.700.38
HSL108.75º54.37%40.39%-
HSV(B)108.75º70.44%62.35%-
XYZ15.326.236.95-
YUV119.0287.3591.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 159 (62.5% from 255) = 58.03%
BLUE value IS 47 (18.75% from 255) = 17.15%
R=24.82%
G=58.03%
B=17.15%

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
Decimal68159470.5700.700.38108.7554.3740.39
Hex449F2F39046266d3628
Octal10423757710106461556650
Binary100010010011111101111111001010001101001101101101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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