#42983B

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

Shades of La Palma #42983B

Tints of La Palma #42983B

Color information

#42983B (or 0x42983B) is unknown color: approx La Palma. HEX triplet: 42, 98 and 3B. RGB value is (66,152,59). Sum of RGB (Red+Green+Blue) = 66+152+59=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #42983B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42983B is #BD67C4. Grayscale: #737373. Windows color (decimal): -12412869 or 3905602. OLE color: 3905602.

HSL color Cylindrical-coordinate representation of color #42983B: hue angle of 115.48º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42983B is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB6615259-
CMYK0.5700.610.40
HSL115.48º44.08%41.37%-
HSV(B)115.48º61.18%59.61%-
XYZ14.2623.938-
YUV115.6896.0192.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 152 (59.77% from 255) = 54.87%
BLUE value IS 59 (23.44% from 255) = 21.30%
R=23.83%
G=54.87%
B=21.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66152590.5700.610.40115.4844.0841.37
Hex42983B3903D28732c29
Octal1022307371075501635451
Binary10000101001100011101111100101111011010001110011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42983B; }

 p { color: rgb(66,152,59); }

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

<style>
 a { background-color: #42983B; }

 a { background-color: rgb(66,152,59); }

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

<style>
 span { border-color: #42983B; }

 span { border-color: rgb(66,152,59); }

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