#42983A

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

Shades of La Palma #42983A

Tints of La Palma #42983A

Color information

#42983A (or 0x42983A) is unknown color: approx La Palma. HEX triplet: 42, 98 and 3A. RGB value is (66,152,58). Sum of RGB (Red+Green+Blue) = 66+152+58=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #42983A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42983A is #BD67C5. Grayscale: #737373. Windows color (decimal): -12412870 or 3840066. OLE color: 3840066.

HSL color Cylindrical-coordinate representation of color #42983A: hue angle of 114.89º 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 #42983A is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB6615258-
CMYK0.5700.620.40
HSL114.89º44.76%41.18%-
HSV(B)114.89º61.84%59.61%-
XYZ14.2423.927.87-
YUV115.5795.5192.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 152 (59.77% from 255) = 55.07%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=23.91%
G=55.07%
B=21.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66152580.5700.620.40114.8944.7641.18
Hex42983A3903E28732d29
Octal1022307271076501635551
Binary10000101001100011101011100101111101010001110011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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