#42933C

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

Shades of La Palma #42933C

Tints of La Palma #42933C

Color information

#42933C (or 0x42933C) is unknown color: approx La Palma. HEX triplet: 42, 93 and 3C. RGB value is (66,147,60). Sum of RGB (Red+Green+Blue) = 66+147+60=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #42933C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42933C is #BD6CC3. Grayscale: #717171. Windows color (decimal): -12414148 or 3969858. OLE color: 3969858.

HSL color Cylindrical-coordinate representation of color #42933C: hue angle of 115.86º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42933C is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB6614760-
CMYK0.5500.590.42
HSL115.86º42.03%40.59%-
HSV(B)115.86º59.18%57.65%-
XYZ13.522.357.88-
YUV112.8698.1694.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 147 (57.81% from 255) = 53.85%
BLUE value IS 60 (23.83% from 255) = 21.98%
R=24.18%
G=53.85%
B=21.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66147600.5500.590.42115.8642.0340.59
Hex42933C3703B2A742a29
Octal1022237467073521645251
Binary10000101001001111110011011101110111010101110100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,147,60); }

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

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

 a { background-color: rgb(66,147,60); }

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

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

 span { border-color: rgb(66,147,60); }

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