#428F03

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

Shades of La Palma #428F03

Tints of La Palma #428F03

Color information

#428F03 (or 0x428F03) is unknown color: approx La Palma. HEX triplet: 42, 8F and 03. RGB value is (66,143,3). Sum of RGB (Red+Green+Blue) = 66+143+3=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 143 (56.25% from 255 or 67.45% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 143 - color contains mainly: green. Hex color #428F03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428F03 is #BD70FC. Grayscale: #686868. Windows color (decimal): -12415229 or 233282. OLE color: 233282.

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

Color convert

RGB661433-
CMYK0.5400.980.44
HSL93º95.89%28.63%-
HSV(B)93º97.9%56.08%-
XYZ12.0920.813.47-
YUV104.0270.99100.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 143 (56.25% from 255) = 67.45%
BLUE value IS 3 (1.56% from 255) = 1.42%
R=31.13%
G=67.45%
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
Decimal6614330.5400.980.449395.8928.63
Hex428F3360622C5d601d
Octal10221736601425413514035
Binary10000101000111111110110011000101011001011101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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