#428B2E

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

Shades of La Palma #428B2E

Tints of La Palma #428B2E

Color information

#428B2E (or 0x428B2E) is unknown color: approx La Palma. HEX triplet: 42, 8B and 2E. RGB value is (66,139,46). Sum of RGB (Red+Green+Blue) = 66+139+46=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #428B2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428B2E is #BD74D1. Grayscale: #6A6A6A. Windows color (decimal): -12416210 or 3050306. OLE color: 3050306.

HSL color Cylindrical-coordinate representation of color #428B2E: hue angle of 107.1º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #428B2E is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB6613946-
CMYK0.5300.670.45
HSL107.1º50.27%36.27%-
HSV(B)107.1º66.91%54.51%-
XYZ11.9719.825.78-
YUV106.5793.8299.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 139 (54.69% from 255) = 55.38%
BLUE value IS 46 (18.36% from 255) = 18.33%
R=26.29%
G=55.38%
B=18.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66139460.5300.670.45107.150.2736.27
Hex428B2E350432D6b3224
Octal10221356650103551536244
Binary100001010001011101110110101010000111011011101011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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