#42932D

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

Shades of La Palma #42932D

Tints of La Palma #42932D

Color information

#42932D (or 0x42932D) is unknown color: approx La Palma. HEX triplet: 42, 93 and 2D. RGB value is (66,147,45). Sum of RGB (Red+Green+Blue) = 66+147+45=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #42932D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42932D is #BD6CD2. Grayscale: #6F6F6F. Windows color (decimal): -12414163 or 2986818. OLE color: 2986818.

HSL color Cylindrical-coordinate representation of color #42932D: hue angle of 107.65º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42932D is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB6614745-
CMYK0.5500.690.42
HSL107.65º53.12%37.65%-
HSV(B)107.65º69.39%57.65%-
XYZ13.1522.226.08-
YUV111.1590.6695.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 147 (57.81% from 255) = 56.98%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=25.58%
G=56.98%
B=17.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66147450.5500.690.42107.6553.1237.65
Hex42932D370452A6c3526
Octal10222355670105521546546
Binary100001010010011101101110111010001011010101101100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42932D; }

 p { color: rgb(66,147,45); }

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

<style>
 a { background-color: #42932D; }

 a { background-color: rgb(66,147,45); }

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

<style>
 span { border-color: #42932D; }

 span { border-color: rgb(66,147,45); }

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