#428F3B

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

Shades of La Palma #428F3B

Tints of La Palma #428F3B

Color information

#428F3B (or 0x428F3B) is unknown color: approx La Palma. HEX triplet: 42, 8F and 3B. RGB value is (66,143,59). Sum of RGB (Red+Green+Blue) = 66+143+59=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 143 (56.25% from 255 or 53.36% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 143 - color contains mainly: green. Hex color #428F3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428F3B is #BD70C4. Grayscale: #6E6E6E. Windows color (decimal): -12415173 or 3903298. OLE color: 3903298.

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

Color convert

RGB6614359-
CMYK0.5400.590.44
HSL115º41.58%39.61%-
HSV(B)115º58.74%56.08%-
XYZ12.8621.127.54-
YUV110.498.9996.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 143 (56.25% from 255) = 53.36%
BLUE value IS 59 (23.44% from 255) = 22.01%
R=24.63%
G=53.36%
B=22.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66143590.5400.590.4411541.5839.61
Hex428F3B3603B2C732a28
Octal1022177366073541635250
Binary10000101000111111101111011001110111011001110011101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,143,59); }

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

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

 a { background-color: rgb(66,143,59); }

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

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

 span { border-color: rgb(66,143,59); }

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