#428E3A

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

Shades of La Palma #428E3A

Tints of La Palma #428E3A

Color information

#428E3A (or 0x428E3A) is unknown color: approx La Palma. HEX triplet: 42, 8E and 3A. RGB value is (66,142,58). Sum of RGB (Red+Green+Blue) = 66+142+58=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 142 (55.86% from 255 or 53.38% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 142 - color contains mainly: green. Hex color #428E3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428E3A is #BD71C5. Grayscale: #6D6D6D. Windows color (decimal): -12415430 or 3837506. OLE color: 3837506.

HSL color Cylindrical-coordinate representation of color #428E3A: hue angle of 114.29º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #428E3A is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB6614258-
CMYK0.5400.590.44
HSL114.29º42%39.22%-
HSV(B)114.29º59.15%55.69%-
XYZ12.6820.817.35-
YUV109.798.8296.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 142 (55.86% from 255) = 53.38%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=24.81%
G=53.38%
B=21.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66142580.5400.590.44114.294239.22
Hex428E3A3603B2C722a27
Octal1022167266073541625247
Binary10000101000111011101011011001110111011001110010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,142,58); }

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

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

 a { background-color: rgb(66,142,58); }

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

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

 span { border-color: rgb(66,142,58); }

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