#428C15

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

Shades of La Palma #428C15

Tints of La Palma #428C15

Color information

#428C15 (or 0x428C15) is unknown color: approx La Palma. HEX triplet: 42, 8C and 15. RGB value is (66,140,21). Sum of RGB (Red+Green+Blue) = 66+140+21=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 140 (55.08% from 255 or 61.67% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 140 - color contains mainly: green. Hex color #428C15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428C15 is #BD73EA. Grayscale: #686868. Windows color (decimal): -12415979 or 1412162. OLE color: 1412162.

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

Color convert

RGB6614021-
CMYK0.5300.850.45
HSL97.31º73.91%31.57%-
HSV(B)97.31º85%54.9%-
XYZ11.7619.973.94-
YUV104.3180.98100.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 140 (55.08% from 255) = 61.67%
BLUE value IS 21 (8.59% from 255) = 9.25%
R=29.07%
G=61.67%
B=9.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66140210.5300.850.4597.3173.9131.57
Hex428C15350552D614a20
Octal102214256501255514111240
Binary100001010001100101011101010101010110110111000011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,140,21); }

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

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

 a { background-color: rgb(66,140,21); }

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

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

 span { border-color: rgb(66,140,21); }

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