#428B0F

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

Shades of La Palma #428B0F

Tints of La Palma #428B0F

Color information

#428B0F (or 0x428B0F) is unknown color: approx La Palma. HEX triplet: 42, 8B and 0F. RGB value is (66,139,15). Sum of RGB (Red+Green+Blue) = 66+139+15=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 139 (54.69% from 255 or 63.18% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 139 - color contains mainly: green. Hex color #428B0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428B0F is #BD74F0. Grayscale: #676767. Windows color (decimal): -12416241 or 1018690. OLE color: 1018690.

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

Color convert

RGB6613915-
CMYK0.5300.890.45
HSL95.32º80.52%30.2%-
HSV(B)95.32º89.21%54.51%-
XYZ11.5719.663.64-
YUV103.0478.32101.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 139 (54.69% from 255) = 63.18%
BLUE value IS 15 (6.25% from 255) = 6.82%
R=30%
G=63.18%
B=6.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66139150.5300.890.4595.3280.5230.2
Hex428BF350592D5f511e
Octal102213176501315513712136
Binary1000010100010111111110101010110011011011011111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,139,15); }

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

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

 a { background-color: rgb(66,139,15); }

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

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

 span { border-color: rgb(66,139,15); }

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