#448E2C

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

Shades of La Palma #448E2C

Tints of La Palma #448E2C

Color information

#448E2C (or 0x448E2C) is unknown color: approx La Palma. HEX triplet: 44, 8E and 2C. RGB value is (68,142,44). Sum of RGB (Red+Green+Blue) = 68+142+44=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #448E2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448E2C is #BB71D3. Grayscale: #6D6D6D. Windows color (decimal): -12284372 or 2920004. OLE color: 2920004.

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

Color convert

RGB6814244-
CMYK0.5200.690.44
HSL105.31º52.69%36.47%-
HSV(B)105.31º69.01%55.69%-
XYZ12.5120.765.73-
YUV108.791.4898.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.77%
GREEN value IS 142 (55.86% from 255) = 55.91%
BLUE value IS 44 (17.58% from 255) = 17.32%
R=26.77%
G=55.91%
B=17.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68142440.5200.690.44105.3152.6936.47
Hex448E2C340452C693524
Octal10421654640105541516544
Binary100010010001110101100110100010001011011001101001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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