#42993A

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

Shades of La Palma #42993A

Tints of La Palma #42993A

Color information

#42993A (or 0x42993A) is unknown color: approx La Palma. HEX triplet: 42, 99 and 3A. RGB value is (66,153,58). Sum of RGB (Red+Green+Blue) = 66+153+58=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #42993A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42993A is #BD66C5. Grayscale: #747474. Windows color (decimal): -12412614 or 3840322. OLE color: 3840322.

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

Color convert

RGB6615358-
CMYK0.5700.620.4
HSL114.95º45.02%41.37%-
HSV(B)114.95º62.09%60%-
XYZ14.424.257.92-
YUV116.1695.1892.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 153 (60.16% from 255) = 55.23%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=23.83%
G=55.23%
B=20.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66153580.5700.620.4114.9545.0241.37
Hex42993A3903E28732d29
Octal1022317271076501635551
Binary10000101001100111101011100101111101010001110011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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