#348D2A

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

Shades of La Palma #348D2A

Tints of La Palma #348D2A

Color information

#348D2A (or 0x348D2A) is unknown color: approx La Palma. HEX triplet: 34, 8D and 2A. RGB value is (52,141,42). Sum of RGB (Red+Green+Blue) = 52+141+42=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 141 (55.47% from 255 or 60% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 141 - color contains mainly: green. Hex color #348D2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D2A is #CB72D5. Grayscale: #676767. Windows color (decimal): -13333206 or 2788660. OLE color: 2788660.

HSL color Cylindrical-coordinate representation of color #348D2A: hue angle of 113.94º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #348D2A is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB5214142-
CMYK0.6300.700.45
HSL113.94º54.1%35.88%-
HSV(B)113.94º70.21%55.29%-
XYZ11.3619.955.44-
YUV103.193.5191.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 141 (55.47% from 255) = 60%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=22.13%
G=60%
B=17.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52141420.6300.700.45113.9454.135.88
Hex348D2A3F0462D723624
Octal6421552770106551626644
Binary11010010001101101010111111010001101011011110010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348D2A; }

 p { color: rgb(52,141,42); }

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

<style>
 a { background-color: #348D2A; }

 a { background-color: rgb(52,141,42); }

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

<style>
 span { border-color: #348D2A; }

 span { border-color: rgb(52,141,42); }

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