#42940A

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

Shades of La Palma #42940A

Tints of La Palma #42940A

Color information

#42940A (or 0x42940A) is unknown color: approx La Palma. HEX triplet: 42, 94 and 0A. RGB value is (66,148,10). Sum of RGB (Red+Green+Blue) = 66+148+10=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 148 (58.20% from 255 or 66.07% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 148 - color contains mainly: green. Hex color #42940A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42940A is #BD6BF5. Grayscale: #6C6C6C. Windows color (decimal): -12413942 or 693314. OLE color: 693314.

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

Color convert

RGB6614810-
CMYK0.5500.930.42
HSL95.65º87.34%30.98%-
HSV(B)95.65º93.24%58.04%-
XYZ12.8922.363.92-
YUV107.7572.8398.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 148 (58.20% from 255) = 66.07%
BLUE value IS 10 (4.30% from 255) = 4.46%
R=29.46%
G=66.07%
B=4.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66148100.5500.930.4295.6587.3430.98
Hex4294A3705D2A60571f
Octal102224126701355214012737
Binary1000010100101001010110111010111011010101100000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42940A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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