#428C27

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

Shades of La Palma #428C27

Tints of La Palma #428C27

Color information

#428C27 (or 0x428C27) is unknown color: approx La Palma. HEX triplet: 42, 8C and 27. RGB value is (66,140,39). Sum of RGB (Red+Green+Blue) = 66+140+39=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 140 (55.08% from 255 or 57.14% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 140 - color contains mainly: green. Hex color #428C27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428C27 is #BD73D8. Grayscale: #6A6A6A. Windows color (decimal): -12415961 or 2591810. OLE color: 2591810.

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

Color convert

RGB6614039-
CMYK0.5300.720.45
HSL103.96º56.42%35.1%-
HSV(B)103.96º72.14%54.9%-
XYZ11.9920.065.16-
YUV106.3689.9899.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 140 (55.08% from 255) = 57.14%
BLUE value IS 39 (15.62% from 255) = 15.92%
R=26.94%
G=57.14%
B=15.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66140390.5300.720.45103.9656.4235.1
Hex428C27350482D683823
Octal10221447650110551507043
Binary100001010001100100111110101010010001011011101000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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