#42982D

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

Shades of La Palma #42982D

Tints of La Palma #42982D

Color information

#42982D (or 0x42982D) is unknown color: approx La Palma. HEX triplet: 42, 98 and 2D. RGB value is (66,152,45). Sum of RGB (Red+Green+Blue) = 66+152+45=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #42982D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42982D is #BD67D2. Grayscale: #727272. Windows color (decimal): -12412883 or 2988098. OLE color: 2988098.

HSL color Cylindrical-coordinate representation of color #42982D: hue angle of 108.22º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42982D is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB6615245-
CMYK0.5700.700.40
HSL108.22º54.31%38.63%-
HSV(B)108.22º70.39%59.61%-
XYZ13.9523.86.34-
YUV114.0989.0193.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.10%
GREEN value IS 152 (59.77% from 255) = 57.79%
BLUE value IS 45 (17.97% from 255) = 17.11%
R=25.10%
G=57.79%
B=17.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66152450.5700.700.40108.2254.3138.63
Hex42982D39046286c3627
Octal10223055710106501546647
Binary100001010011000101101111001010001101010001101100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42982D; }

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

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

<style>
 a { background-color: #42982D; }

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

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

<style>
 span { border-color: #42982D; }

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

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