#42941E

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

Shades of La Palma #42941E

Tints of La Palma #42941E

Color information

#42941E (or 0x42941E) is unknown color: approx La Palma. HEX triplet: 42, 94 and 1E. RGB value is (66,148,30). Sum of RGB (Red+Green+Blue) = 66+148+30=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #42941E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42941E is #BD6BE1. Grayscale: #6E6E6E. Windows color (decimal): -12413922 or 2004034. OLE color: 2004034.

HSL color Cylindrical-coordinate representation of color #42941E: hue angle of 101.69º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42941E is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB6614830-
CMYK0.5500.800.42
HSL101.69º66.29%34.9%-
HSV(B)101.69º79.73%58.04%-
XYZ13.0722.434.87-
YUV110.0382.8396.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 148 (58.20% from 255) = 60.66%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=27.05%
G=60.66%
B=12.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66148300.5500.800.42101.6966.2934.9
Hex42941E370502A664223
Octal102224366701205214610243
Binary100001010010100111101101110101000010101011001101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42941E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42941E; }

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

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

<style>
 a { background-color: #42941E; }

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

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

<style>
 span { border-color: #42941E; }

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

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