#42931A

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

Shades of La Palma #42931A

Tints of La Palma #42931A

Color information

#42931A (or 0x42931A) is unknown color: approx La Palma. HEX triplet: 42, 93 and 1A. RGB value is (66,147,26). Sum of RGB (Red+Green+Blue) = 66+147+26=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #42931A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42931A is #BD6CE5. Grayscale: #6D6D6D. Windows color (decimal): -12414182 or 1741634. OLE color: 1741634.

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

Color convert

RGB6614726-
CMYK0.5500.820.42
HSL100.17º69.94%33.92%-
HSV(B)100.17º82.31%57.65%-
XYZ12.8722.14.56-
YUV108.9981.1697.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 147 (57.81% from 255) = 61.51%
BLUE value IS 26 (10.55% from 255) = 10.88%
R=27.62%
G=61.51%
B=10.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66147260.5500.820.42100.1769.9433.92
Hex42931A370522A644622
Octal102223326701225214410642
Binary100001010010011110101101110101001010101011001001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42931A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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