#42940c

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

Shades of La Palma #42940C

Tints of La Palma #42940C

Color information

#42940C (or 0x42940C) is unknown color: approx La Palma. HEX triplet: 42, 94 and 0C. RGB value is (66,148,12). Sum of RGB (Red+Green+Blue) = 66+148+12=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 148 (58.20% from 255 or 65.49% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 148 - color contains mainly: green. Hex color #42940C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42940C is #BD6BF3. Grayscale: #6C6C6C. Windows color (decimal): -12413940 or 824386. OLE color: 824386.

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

Color convert

RGB6614812-
CMYK0.5500.920.42
HSL96.18º85%31.37%-
HSV(B)96.18º91.89%58.04%-
XYZ12.922.363.98-
YUV107.9873.8398.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 148 (58.20% from 255) = 65.49%
BLUE value IS 12 (5.08% from 255) = 5.31%
R=29.20%
G=65.49%
B=5.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66148120.5500.920.4296.188531.37
Hex4294C3705C2A60551f
Octal102224146701345214012537
Binary1000010100101001100110111010111001010101100000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42940c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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