#42923A

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

Shades of La Palma #42923A

Tints of La Palma #42923A

Color information

#42923A (or 0x42923A) is unknown color: approx La Palma. HEX triplet: 42, 92 and 3A. RGB value is (66,146,58). Sum of RGB (Red+Green+Blue) = 66+146+58=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #42923A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42923A is #BD6DC5. Grayscale: #707070. Windows color (decimal): -12414406 or 3838530. OLE color: 3838530.

HSL color Cylindrical-coordinate representation of color #42923A: hue angle of 114.55º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42923A is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB6614658-
CMYK0.5500.600.43
HSL114.55º43.14%40%-
HSV(B)114.55º60.27%57.25%-
XYZ13.2922.027.55-
YUV112.0597.595.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 146 (57.42% from 255) = 54.07%
BLUE value IS 58 (23.05% from 255) = 21.48%
R=24.44%
G=54.07%
B=21.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66146580.5500.600.43114.5543.1440
Hex42923A3703C2B732b28
Octal1022227267074531635350
Binary10000101001001011101011011101111001010111110011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42923A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,146,58); }

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

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

 a { background-color: rgb(66,146,58); }

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

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

 span { border-color: rgb(66,146,58); }

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