#428C07

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

Shades of La Palma #428C07

Tints of La Palma #428C07

Color information

#428C07 (or 0x428C07) is unknown color: approx La Palma. HEX triplet: 42, 8C and 07. RGB value is (66,140,7). Sum of RGB (Red+Green+Blue) = 66+140+7=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 140 (55.08% from 255 or 65.73% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 140 - color contains mainly: green. Hex color #428C07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428C07 is #BD73F8. Grayscale: #676767. Windows color (decimal): -12415993 or 494658. OLE color: 494658.

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

Color convert

RGB661407-
CMYK0.5300.950.45
HSL93.38º90.48%28.82%-
HSV(B)93.38º95%54.9%-
XYZ11.6619.933.43-
YUV102.7173.98101.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 140 (55.08% from 255) = 65.73%
BLUE value IS 7 (3.12% from 255) = 3.29%
R=30.99%
G=65.73%
B=3.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6614070.5300.950.4593.3890.4828.82
Hex428C73505F2D5d5a1d
Octal10221476501375513513235
Binary100001010001100111110101010111111011011011101101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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