#428A25

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

Shades of La Palma #428A25

Tints of La Palma #428A25

Color information

#428A25 (or 0x428A25) is unknown color: approx La Palma. HEX triplet: 42, 8A and 25. RGB value is (66,138,37). Sum of RGB (Red+Green+Blue) = 66+138+37=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #428A25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428A25 is #BD75DA. Grayscale: #696969. Windows color (decimal): -12416475 or 2460226. OLE color: 2460226.

HSL color Cylindrical-coordinate representation of color #428A25: hue angle of 102.77º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #428A25 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB6613837-
CMYK0.5200.730.46
HSL102.77º57.71%34.31%-
HSV(B)102.77º73.19%54.12%-
XYZ11.6719.474.89-
YUV104.9689.65100.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 138 (54.30% from 255) = 57.26%
BLUE value IS 37 (14.84% from 255) = 15.35%
R=27.39%
G=57.26%
B=15.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66138370.5200.730.46102.7757.7134.31
Hex428A25340492E673a22
Octal10221245640111561477242
Binary100001010001010100101110100010010011011101100111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,138,37); }

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

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

 a { background-color: rgb(66,138,37); }

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

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

 span { border-color: rgb(66,138,37); }

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