#428E27

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

Shades of La Palma #428E27

Tints of La Palma #428E27

Color information

#428E27 (or 0x428E27) is unknown color: approx La Palma. HEX triplet: 42, 8E and 27. RGB value is (66,142,39). Sum of RGB (Red+Green+Blue) = 66+142+39=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 142 (55.86% from 255 or 57.49% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 142 - color contains mainly: green. Hex color #428E27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428E27 is #BD71D8. Grayscale: #6B6B6B. Windows color (decimal): -12415449 or 2592322. OLE color: 2592322.

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

Color convert

RGB6614239-
CMYK0.5400.730.44
HSL104.27º56.91%35.49%-
HSV(B)104.27º72.54%55.69%-
XYZ12.2920.655.26-
YUV107.5389.3298.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 142 (55.86% from 255) = 57.49%
BLUE value IS 39 (15.62% from 255) = 15.79%
R=26.72%
G=57.49%
B=15.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66142390.5400.730.44104.2756.9135.49
Hex428E27360492C683923
Octal10221647660111541507143
Binary100001010001110100111110110010010011011001101000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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