#428E21

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

Shades of La Palma #428E21

Tints of La Palma #428E21

Color information

#428E21 (or 0x428E21) is unknown color: approx La Palma. HEX triplet: 42, 8E and 21. RGB value is (66,142,33). Sum of RGB (Red+Green+Blue) = 66+142+33=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #428E21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428E21 is #BD71DE. Grayscale: #6B6B6B. Windows color (decimal): -12415455 or 2199106. OLE color: 2199106.

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

Color convert

RGB6614233-
CMYK0.5400.770.44
HSL101.83º62.29%34.31%-
HSV(B)101.83º76.76%55.69%-
XYZ12.1920.614.78-
YUV106.8586.3298.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 142 (55.86% from 255) = 58.92%
BLUE value IS 33 (13.28% from 255) = 13.69%
R=27.39%
G=58.92%
B=13.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66142330.5400.770.44101.8362.2934.31
Hex428E213604D2C663e22
Octal10221641660115541467642
Binary100001010001110100001110110010011011011001100110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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