#42961F

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

Shades of La Palma #42961F

Tints of La Palma #42961F

Color information

#42961F (or 0x42961F) is unknown color: approx La Palma. HEX triplet: 42, 96 and 1F. RGB value is (66,150,31). Sum of RGB (Red+Green+Blue) = 66+150+31=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 150 (58.98% from 255 or 60.73% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 150 - color contains mainly: green. Hex color #42961F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42961F is #BD69E0. Grayscale: #6F6F6F. Windows color (decimal): -12413409 or 2070082. OLE color: 2070082.

HSL color Cylindrical-coordinate representation of color #42961F: hue angle of 102.35º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42961F is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB6615031-
CMYK0.5600.790.41
HSL102.35º65.75%35.49%-
HSV(B)102.35º79.33%58.82%-
XYZ13.423.075.04-
YUV111.3282.6795.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 150 (58.98% from 255) = 60.73%
BLUE value IS 31 (12.5% from 255) = 12.55%
R=26.72%
G=60.73%
B=12.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66150310.5600.790.41102.3565.7535.49
Hex42961F3804F29664223
Octal102226377001175114610243
Binary100001010010110111111110000100111110100111001101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42961F; }

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

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

<style>
 a { background-color: #42961F; }

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

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

<style>
 span { border-color: #42961F; }

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

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