#42982B

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

Shades of La Palma #42982B

Tints of La Palma #42982B

Color information

#42982B (or 0x42982B) is unknown color: approx La Palma. HEX triplet: 42, 98 and 2B. RGB value is (66,152,43). Sum of RGB (Red+Green+Blue) = 66+152+43=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #42982B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42982B is #BD67D4. Grayscale: #727272. Windows color (decimal): -12412885 or 2857026. OLE color: 2857026.

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

Color convert

RGB6615243-
CMYK0.5700.720.40
HSL107.34º55.9%38.24%-
HSV(B)107.34º71.71%59.61%-
XYZ13.9123.796.14-
YUV113.8688.0193.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 152 (59.77% from 255) = 58.24%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=25.29%
G=58.24%
B=16.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66152430.5700.720.40107.3455.938.24
Hex42982B39048286b3826
Octal10223053710110501537046
Binary100001010011000101011111001010010001010001101011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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