#42940F

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

Shades of La Palma #42940F

Tints of La Palma #42940F

Color information

#42940F (or 0x42940F) is unknown color: approx La Palma. HEX triplet: 42, 94 and 0F. RGB value is (66,148,15). Sum of RGB (Red+Green+Blue) = 66+148+15=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 148 (58.20% from 255 or 64.63% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 148 - color contains mainly: green. Hex color #42940F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42940F is #BD6BF0. Grayscale: #6C6C6C. Windows color (decimal): -12413937 or 1020994. OLE color: 1020994.

HSL color Cylindrical-coordinate representation of color #42940F: hue angle of 96.99º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42940F is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB6614815-
CMYK0.5500.900.42
HSL96.99º81.6%31.96%-
HSV(B)96.99º89.86%58.04%-
XYZ12.9222.374.09-
YUV108.3275.3397.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 148 (58.20% from 255) = 64.63%
BLUE value IS 15 (6.25% from 255) = 6.55%
R=28.82%
G=64.63%
B=6.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66148150.5500.900.4296.9981.631.96
Hex4294F3705A2A615220
Octal102224176701325214112240
Binary10000101001010011111101110101101010101011000011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42940F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,148,15); }

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

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

 a { background-color: rgb(66,148,15); }

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

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

 span { border-color: rgb(66,148,15); }

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