#448E2F

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

Shades of La Palma #448E2F

Tints of La Palma #448E2F

Color information

#448E2F (or 0x448E2F) is unknown color: approx La Palma. HEX triplet: 44, 8E and 2F. RGB value is (68,142,47). Sum of RGB (Red+Green+Blue) = 68+142+47=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 142 (55.86% from 255 or 55.25% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 142 - color contains mainly: green. Hex color #448E2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448E2F is #BB71D0. Grayscale: #6D6D6D. Windows color (decimal): -12284369 or 3116612. OLE color: 3116612.

HSL color Cylindrical-coordinate representation of color #448E2F: hue angle of 106.74º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #448E2F is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB6814247-
CMYK0.5200.670.44
HSL106.74º50.26%37.06%-
HSV(B)106.74º66.9%55.69%-
XYZ12.5720.786.04-
YUV109.0492.9898.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.46%
GREEN value IS 142 (55.86% from 255) = 55.25%
BLUE value IS 47 (18.75% from 255) = 18.29%
R=26.46%
G=55.25%
B=18.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68142470.5200.670.44106.7450.2637.06
Hex448E2F340432C6b3225
Octal10421657640103541536245
Binary100010010001110101111110100010000111011001101011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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