Html Css Color HEX #348E2C La Palma

📋 copy color: '#348E2C'

red 52 ◦ green 142 ◦ blue 44

#348E2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #348E2C

Tints of La Palma #348E2C

RGB

 RED value IS 52 (20.7% from 255) = 21.85%

 GREEN value IS 142 (55.86% from 255) = 59.66%

 BLUE value IS 44 (17.58% from 255) = 18.49%

R = 21.85%
G = 59.66%
B = 18.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#348E2C (or 0x348E2C) is known color: La Palma. HEX triplet: 34, 8E and 2C. RGB value is (52,142,44). Sum of RGB (Red+Green+Blue) = 52+142+44=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 142 (55.86% from 255 or 59.66% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 142 - color contains mainly: green. Hex color #348E2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E2C is #CB71D3. Grayscale: #686868. Windows color (decimal): -13332948 or 2919988. OLE color: 2919988.

HSL color Cylindrical-coordinate representation of color #348E2C: hue angle of 115.1º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #348E2C is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 142 44 -
CMYK 0.63 0 0.69 0.44
HSL 115.1º 0.53% 0.36% -
HSV(B) 115.1º 0.69% 0.56% -
XYZ 11.54 20.26 5.68 -
YUV 103.92 94.18 90.97 -
System Red Green Blue C M Y K H S L
Decimal 52 142 44 0.63 0 0.69 0.44 115.1 0.53 0.36
Hex 34 8E 2C 3F 0 45 2C 73 35 24
Octal 64 216 54 77 0 105 54 163 65 44
Binary 110100 10001110 101100 111111 0 1000101 101100 1110011 110101 100100

Color Harmonies of #348E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348E2C

Black with #348E2C

Text Example


Text Example

White with #348E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,142,44); }

 H1.HeaderClassName
 {
   color: #348E2C;
 }
 .AnyTagClassName
 {
   color: #348E2C;
 }
</style>

background-color css

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

 a { background-color: rgb(52,142,44); }

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

border-color css

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

 span { border-color: rgb(52,142,44); }

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