#42872A

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

Shades of La Palma #42872A

Tints of La Palma #42872A

Color information

#42872A (or 0x42872A) is unknown color: approx La Palma. HEX triplet: 42, 87 and 2A. RGB value is (66,135,42). Sum of RGB (Red+Green+Blue) = 66+135+42=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #42872A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42872A is #BD78D5. Grayscale: #686868. Windows color (decimal): -12417238 or 2787138. OLE color: 2787138.

HSL color Cylindrical-coordinate representation of color #42872A: hue angle of 104.52º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42872A is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB6613542-
CMYK0.5100.690.47
HSL104.52º52.54%34.71%-
HSV(B)104.52º68.89%52.94%-
XYZ11.3318.655.19-
YUV103.7793.14101.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 135 (53.12% from 255) = 55.56%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=27.16%
G=55.56%
B=17.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66135420.5100.690.47104.5252.5434.71
Hex42872A330452F693523
Octal10220752630105571516543
Binary100001010000111101010110011010001011011111101001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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