#42912D

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

Shades of La Palma #42912D

Tints of La Palma #42912D

Color information

#42912D (or 0x42912D) is unknown color: approx La Palma. HEX triplet: 42, 91 and 2D. RGB value is (66,145,45). Sum of RGB (Red+Green+Blue) = 66+145+45=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #42912D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42912D is #BD6ED2. Grayscale: #6E6E6E. Windows color (decimal): -12414675 or 2986306. OLE color: 2986306.

HSL color Cylindrical-coordinate representation of color #42912D: hue angle of 107.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42912D is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB6614545-
CMYK0.5400.690.43
HSL107.4º52.63%37.25%-
HSV(B)107.4º68.97%56.86%-
XYZ12.8521.65.97-
YUV109.9891.3396.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 145 (57.03% from 255) = 56.64%
BLUE value IS 45 (17.97% from 255) = 17.58%
R=25.78%
G=56.64%
B=17.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145450.5400.690.43107.452.6337.25
Hex42912D360452B6b3525
Octal10222155660105531536545
Binary100001010010001101101110110010001011010111101011110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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