#42902E

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

Shades of La Palma #42902E

Tints of La Palma #42902E

Color information

#42902E (or 0x42902E) is unknown color: approx La Palma. HEX triplet: 42, 90 and 2E. RGB value is (66,144,46). Sum of RGB (Red+Green+Blue) = 66+144+46=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #42902E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42902E is #BD6FD1. Grayscale: #6D6D6D. Windows color (decimal): -12414930 or 3051586. OLE color: 3051586.

HSL color Cylindrical-coordinate representation of color #42902E: hue angle of 107.76º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42902E is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB6614446-
CMYK0.5400.680.44
HSL107.76º51.58%37.25%-
HSV(B)107.76º68.06%56.47%-
XYZ12.7121.36.03-
YUV109.5192.1696.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 144 (56.64% from 255) = 56.25%
BLUE value IS 46 (18.36% from 255) = 17.97%
R=25.78%
G=56.25%
B=17.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66144460.5400.680.44107.7651.5837.25
Hex42902E360442C6c3425
Octal10222056660104541546445
Binary100001010010000101110110110010001001011001101100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42902E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42902E; }

 p { color: rgb(66,144,46); }

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

<style>
 a { background-color: #42902E; }

 a { background-color: rgb(66,144,46); }

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

<style>
 span { border-color: #42902E; }

 span { border-color: rgb(66,144,46); }

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