#42901e

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

Shades of La Palma #42901E

Tints of La Palma #42901E

Color information

#42901E (or 0x42901E) is unknown color: approx La Palma. HEX triplet: 42, 90 and 1E. RGB value is (66,144,30). Sum of RGB (Red+Green+Blue) = 66+144+30=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 144 (56.64% from 255 or 60% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 144 - color contains mainly: green. Hex color #42901E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42901E is #BD6FE1. Grayscale: #6C6C6C. Windows color (decimal): -12414946 or 2003010. OLE color: 2003010.

HSL color Cylindrical-coordinate representation of color #42901E: hue angle of 101.05º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42901E is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB6614430-
CMYK0.5400.790.44
HSL101.05º65.52%34.12%-
HSV(B)101.05º79.17%56.47%-
XYZ12.4521.24.66-
YUV107.6884.1698.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 144 (56.64% from 255) = 60%
BLUE value IS 30 (12.11% from 255) = 12.5%
R=27.5%
G=60%
B=12.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66144300.5400.790.44101.0565.5234.12
Hex42901E3604F2C654222
Octal102220366601175414510242
Binary100001010010000111101101100100111110110011001011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42901e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42901e; }

 p { color: rgb(66,144,30); }

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

<style>
 a { background-color: #42901e; }

 a { background-color: rgb(66,144,30); }

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

<style>
 span { border-color: #42901e; }

 span { border-color: rgb(66,144,30); }

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