#42930E

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

Shades of La Palma #42930E

Tints of La Palma #42930E

Color information

#42930E (or 0x42930E) is unknown color: approx La Palma. HEX triplet: 42, 93 and 0E. RGB value is (66,147,14). Sum of RGB (Red+Green+Blue) = 66+147+14=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 147 (57.81% from 255 or 64.76% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 147 - color contains mainly: green. Hex color #42930E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42930E is #BD6CF1. Grayscale: #6C6C6C. Windows color (decimal): -12414194 or 955202. OLE color: 955202.

HSL color Cylindrical-coordinate representation of color #42930E: hue angle of 96.54º degrees, saturation: 0.83, 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 #42930E is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB6614714-
CMYK0.5500.900.42
HSL96.54º82.61%31.57%-
HSV(B)96.54º90.48%57.65%-
XYZ12.7622.064-
YUV107.6275.1698.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 147 (57.81% from 255) = 64.76%
BLUE value IS 14 (5.86% from 255) = 6.17%
R=29.07%
G=64.76%
B=6.17%

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
Decimal66147140.5500.900.4296.5482.6131.57
Hex4293E3705A2A615320
Octal102223166701325214112340
Binary10000101001001111101101110101101010101011000011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42930E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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