#428D0A

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

Shades of La Palma #428D0A

Tints of La Palma #428D0A

Color information

#428D0A (or 0x428D0A) is unknown color: approx La Palma. HEX triplet: 42, 8D and 0A. RGB value is (66,141,10). Sum of RGB (Red+Green+Blue) = 66+141+10=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 141 (55.47% from 255 or 64.98% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 141 - color contains mainly: green. Hex color #428D0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428D0A is #BD72F5. Grayscale: #686868. Windows color (decimal): -12415734 or 691522. OLE color: 691522.

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

Color convert

RGB6614110-
CMYK0.5300.930.45
HSL94.35º86.75%29.61%-
HSV(B)94.35º92.91%55.29%-
XYZ11.8320.233.57-
YUV103.6475.15101.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 141 (55.47% from 255) = 64.98%
BLUE value IS 10 (4.30% from 255) = 4.61%
R=30.41%
G=64.98%
B=4.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66141100.5300.930.4594.3586.7529.61
Hex428DA3505D2D5e571e
Octal102215126501355513612736
Binary1000010100011011010110101010111011011011011110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,141,10); }

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

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

 a { background-color: rgb(66,141,10); }

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

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

 span { border-color: rgb(66,141,10); }

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