#42931F

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

Shades of La Palma #42931F

Tints of La Palma #42931F

Color information

#42931F (or 0x42931F) is unknown color: approx La Palma. HEX triplet: 42, 93 and 1F. RGB value is (66,147,31). Sum of RGB (Red+Green+Blue) = 66+147+31=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 147 (57.81% from 255 or 60.25% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 147 - color contains mainly: green. Hex color #42931F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42931F is #BD6CE0. Grayscale: #6D6D6D. Windows color (decimal): -12414177 or 2069314. OLE color: 2069314.

HSL color Cylindrical-coordinate representation of color #42931F: hue angle of 101.9º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42931F is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB6614731-
CMYK0.5500.790.42
HSL101.9º65.17%34.9%-
HSV(B)101.9º78.91%57.65%-
XYZ12.9322.124.89-
YUV109.5683.6696.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 147 (57.81% from 255) = 60.25%
BLUE value IS 31 (12.5% from 255) = 12.70%
R=27.05%
G=60.25%
B=12.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66147310.5500.790.42101.965.1734.9
Hex42931F3704F2A664123
Octal102223376701175214610143
Binary100001010010011111111101110100111110101011001101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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