#42882C

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

Shades of La Palma #42882C

Tints of La Palma #42882C

Color information

#42882C (or 0x42882C) is unknown color: approx La Palma. HEX triplet: 42, 88 and 2C. RGB value is (66,136,44). Sum of RGB (Red+Green+Blue) = 66+136+44=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #42882C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42882C is #BD77D3. Grayscale: #686868. Windows color (decimal): -12416980 or 2918466. OLE color: 2918466.

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

Color convert

RGB6613644-
CMYK0.5100.680.47
HSL105.65º51.11%35.29%-
HSV(B)105.65º67.65%53.33%-
XYZ11.5118.955.43-
YUV104.5893.81100.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 136 (53.52% from 255) = 55.28%
BLUE value IS 44 (17.58% from 255) = 17.89%
R=26.83%
G=55.28%
B=17.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66136440.5100.680.47105.6551.1135.29
Hex42882C330442F6a3323
Octal10221054630104571526343
Binary100001010001000101100110011010001001011111101010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42882C; }

 p { color: rgb(66,136,44); }

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

<style>
 a { background-color: #42882C; }

 a { background-color: rgb(66,136,44); }

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

<style>
 span { border-color: #42882C; }

 span { border-color: rgb(66,136,44); }

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