#42A12A

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

Shades of La Palma #42A12A

Tints of La Palma #42A12A

Color information

#42A12A (or 0x42A12A) is unknown color: approx La Palma. HEX triplet: 42, A1 and 2A. RGB value is (66,161,42). Sum of RGB (Red+Green+Blue) = 66+161+42=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 161 (63.28% from 255 or 59.85% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 161 - color contains mainly: green. Hex color #42A12A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A12A is #BD5ED5. Grayscale: #777777. Windows color (decimal): -12410582 or 2793794. OLE color: 2793794.

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

Color convert

RGB6616142-
CMYK0.5900.740.37
HSL107.9º58.62%39.8%-
HSV(B)107.9º73.91%63.14%-
XYZ15.4126.826.55-
YUV119.0384.5390.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 161 (63.28% from 255) = 59.85%
BLUE value IS 42 (16.80% from 255) = 15.61%
R=24.54%
G=59.85%
B=15.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal66161420.5900.740.37107.958.6239.8
Hex42A12A3B04A256c3b28
Octal10224152730112451547350
Binary100001010100001101010111011010010101001011101100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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