#428B2A

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

Shades of La Palma #428B2A

Tints of La Palma #428B2A

Color information

#428B2A (or 0x428B2A) is unknown color: approx La Palma. HEX triplet: 42, 8B and 2A. RGB value is (66,139,42). Sum of RGB (Red+Green+Blue) = 66+139+42=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 139 (54.69% from 255 or 56.28% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 139 - color contains mainly: green. Hex color #428B2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428B2A is #BD74D5. Grayscale: #6A6A6A. Windows color (decimal): -12416214 or 2788162. OLE color: 2788162.

HSL color Cylindrical-coordinate representation of color #428B2A: hue angle of 105.15º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #428B2A is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB6613942-
CMYK0.5300.700.45
HSL105.15º53.59%35.49%-
HSV(B)105.15º69.78%54.51%-
XYZ11.919.795.38-
YUV106.1191.8299.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 139 (54.69% from 255) = 56.28%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=26.72%
G=56.28%
B=17.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66139420.5300.700.45105.1553.5935.49
Hex428B2A350462D693623
Octal10221352650106551516643
Binary100001010001011101010110101010001101011011101001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428B2A; }

 p { color: rgb(66,139,42); }

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

<style>
 a { background-color: #428B2A; }

 a { background-color: rgb(66,139,42); }

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

<style>
 span { border-color: #428B2A; }

 span { border-color: rgb(66,139,42); }

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