#448A2C

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

Shades of La Palma #448A2C

Tints of La Palma #448A2C

Color information

#448A2C (or 0x448A2C) is unknown color: approx La Palma. HEX triplet: 44, 8A and 2C. RGB value is (68,138,44). Sum of RGB (Red+Green+Blue) = 68+138+44=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 138 (54.30% from 255 or 55.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 138 - color contains mainly: green. Hex color #448A2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448A2C is #BB75D3. Grayscale: #6A6A6A. Windows color (decimal): -12285396 or 2918980. OLE color: 2918980.

HSL color Cylindrical-coordinate representation of color #448A2C: hue angle of 104.68º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #448A2C is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB6813844-
CMYK0.5100.680.46
HSL104.68º51.65%35.69%-
HSV(B)104.68º68.12%54.12%-
XYZ11.9319.595.54-
YUV106.3592.81100.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 138 (54.30% from 255) = 55.2%
BLUE value IS 44 (17.58% from 255) = 17.6%
R=27.2%
G=55.2%
B=17.6%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68138440.5100.680.46104.6851.6535.69
Hex448A2C330442E693424
Octal10421254630104561516444
Binary100010010001010101100110011010001001011101101001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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