#42962B

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

Shades of La Palma #42962B

Tints of La Palma #42962B

Color information

#42962B (or 0x42962B) is unknown color: approx La Palma. HEX triplet: 42, 96 and 2B. RGB value is (66,150,43). Sum of RGB (Red+Green+Blue) = 66+150+43=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #42962B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42962B is #BD69D4. Grayscale: #717171. Windows color (decimal): -12413397 or 2856514. OLE color: 2856514.

HSL color Cylindrical-coordinate representation of color #42962B: hue angle of 107.1º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42962B is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB6615043-
CMYK0.5600.710.41
HSL107.1º55.44%37.84%-
HSV(B)107.1º71.33%58.82%-
XYZ13.5923.156.04-
YUV112.6988.6794.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 150 (58.98% from 255) = 57.92%
BLUE value IS 43 (17.19% from 255) = 16.60%
R=25.48%
G=57.92%
B=16.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66150430.5600.710.41107.155.4437.84
Hex42962B38047296b3726
Octal10222653700107511536746
Binary100001010010110101011111000010001111010011101011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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