#428E2F

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

Shades of La Palma #428E2F

Tints of La Palma #428E2F

Color information

#428E2F (or 0x428E2F) is unknown color: approx La Palma. HEX triplet: 42, 8E and 2F. RGB value is (66,142,47). Sum of RGB (Red+Green+Blue) = 66+142+47=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 142 (55.86% from 255 or 55.69% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 142 - color contains mainly: green. Hex color #428E2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428E2F is #BD71D0. Grayscale: #6C6C6C. Windows color (decimal): -12415441 or 3116610. OLE color: 3116610.

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

Color convert

RGB6614247-
CMYK0.5400.670.44
HSL108º50.26%37.06%-
HSV(B)108º66.9%55.69%-
XYZ12.4320.716.03-
YUV108.4593.3297.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 142 (55.86% from 255) = 55.69%
BLUE value IS 47 (18.75% from 255) = 18.43%
R=25.88%
G=55.69%
B=18.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66142470.5400.670.4410850.2637.06
Hex428E2F360432C6c3225
Octal10221657660103541546245
Binary100001010001110101111110110010000111011001101100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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