#449A28

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

Shades of La Palma #449A28

Tints of La Palma #449A28

Color information

#449A28 (or 0x449A28) is unknown color: approx La Palma. HEX triplet: 44, 9A and 28. RGB value is (68,154,40). Sum of RGB (Red+Green+Blue) = 68+154+40=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 154 (60.55% from 255 or 58.78% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 154 - color contains mainly: green. Hex color #449A28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449A28 is #BB65D7. Grayscale: #737373. Windows color (decimal): -12281304 or 2660932. OLE color: 2660932.

HSL color Cylindrical-coordinate representation of color #449A28: hue angle of 105.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #449A28 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB6815440-
CMYK0.5600.740.40
HSL105.26º58.76%38.04%-
HSV(B)105.26º74.03%60.39%-
XYZ14.3224.495.98-
YUV115.2985.5194.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.95%
GREEN value IS 154 (60.55% from 255) = 58.78%
BLUE value IS 40 (16.02% from 255) = 15.27%
R=25.95%
G=58.78%
B=15.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68154400.5600.740.40105.2658.7638.04
Hex449A283804A28693b26
Octal10423250700112501517346
Binary100010010011010101000111000010010101010001101001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,154,40); }

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

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

 a { background-color: rgb(68,154,40); }

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

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

 span { border-color: rgb(68,154,40); }

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