#42992A

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

Shades of La Palma #42992A

Tints of La Palma #42992A

Color information

#42992A (or 0x42992A) is unknown color: approx La Palma. HEX triplet: 42, 99 and 2A. RGB value is (66,153,42). Sum of RGB (Red+Green+Blue) = 66+153+42=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #42992A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42992A is #BD66D5. Grayscale: #727272. Windows color (decimal): -12412630 or 2791746. OLE color: 2791746.

HSL color Cylindrical-coordinate representation of color #42992A: hue angle of 107.03º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42992A is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB6615342-
CMYK0.5700.730.4
HSL107.03º56.92%38.24%-
HSV(B)107.03º72.55%60%-
XYZ14.0624.116.1-
YUV114.3387.1893.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 153 (60.16% from 255) = 58.62%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=25.29%
G=58.62%
B=16.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66153420.5700.730.4107.0356.9238.24
Hex42992A39049286b3926
Octal10223152710111501537146
Binary100001010011001101010111001010010011010001101011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42992A; }

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

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

<style>
 a { background-color: #42992A; }

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

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

<style>
 span { border-color: #42992A; }

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

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