#428E03

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

Shades of La Palma #428E03

Tints of La Palma #428E03

Color information

#428E03 (or 0x428E03) is unknown color: approx La Palma. HEX triplet: 42, 8E and 03. RGB value is (66,142,3). Sum of RGB (Red+Green+Blue) = 66+142+3=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 142 (55.86% from 255 or 67.30% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 142 - color contains mainly: green. Hex color #428E03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428E03 is #BD71FC. Grayscale: #676767. Windows color (decimal): -12415485 or 233026. OLE color: 233026.

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

Color convert

RGB661423-
CMYK0.5400.980.44
HSL92.81º95.86%28.43%-
HSV(B)92.81º97.89%55.69%-
XYZ11.9420.513.42-
YUV103.4371.32101.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 142 (55.86% from 255) = 67.30%
BLUE value IS 3 (1.56% from 255) = 1.42%
R=31.28%
G=67.30%
B=1.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6614230.5400.980.4492.8195.8628.43
Hex428E3360622C5d601c
Octal10221636601425413514034
Binary10000101000111011110110011000101011001011101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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