#42A12D

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

Shades of La Palma #42A12D

Tints of La Palma #42A12D

Color information

#42A12D (or 0x42A12D) is unknown color: approx La Palma. HEX triplet: 42, A1 and 2D. RGB value is (66,161,45). Sum of RGB (Red+Green+Blue) = 66+161+45=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 161 (63.28% from 255 or 59.19% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 161 - color contains mainly: green. Hex color #42A12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A12D is #BD5ED2. Grayscale: #777777. Windows color (decimal): -12410579 or 2990402. OLE color: 2990402.

HSL color Cylindrical-coordinate representation of color #42A12D: hue angle of 109.14º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42A12D is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB6616145-
CMYK0.5900.720.37
HSL109.14º56.31%40.39%-
HSV(B)109.14º72.05%63.14%-
XYZ15.4726.846.85-
YUV119.3786.0389.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 161 (63.28% from 255) = 59.19%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=24.26%
G=59.19%
B=16.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal66161450.5900.720.37109.1456.3140.39
Hex42A12D3B048256d3828
Octal10224155730110451557050
Binary100001010100001101101111011010010001001011101101111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A12D; }

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

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

<style>
 a { background-color: #42A12D; }

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

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

<style>
 span { border-color: #42A12D; }

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

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