Html Css Color HEX #348E28 La Palma

📋 copy color: '#348E28'

red 52 ◦ green 142 ◦ blue 40

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

Shades of La Palma #348E28

Tints of La Palma #348E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.09%

R = 22.22%
G = 60.68%
B = 17.09%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#348E28 (or 0x348E28) is known color: La Palma. HEX triplet: 34, 8E and 28. RGB value is (52,142,40). Sum of RGB (Red+Green+Blue) = 52+142+40=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 142 (55.86% from 255 or 60.68% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 142 - color contains mainly: green. Hex color #348E28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E28 is #CB71D7. Grayscale: #676767. Windows color (decimal): -13332952 or 2657844. OLE color: 2657844.

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

Color convert

RGB 52 142 40 -
CMYK 0.63 0 0.72 0.44
HSL 112.94º 0.56% 0.36% -
HSV(B) 112.94º 0.72% 0.56% -
XYZ 11.47 20.23 5.31 -
YUV 103.46 92.18 91.29 -
System Red Green Blue C M Y K H S L
Decimal 52 142 40 0.63 0 0.72 0.44 112.94 0.56 0.36
Hex 34 8E 28 3F 0 48 2C 71 38 24
Octal 64 216 50 77 0 110 54 161 70 44
Binary 110100 10001110 101000 111111 0 1001000 101100 1110001 111000 100100

Color Harmonies of #348E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348E28

Black with #348E28

Text Example


Text Example

White with #348E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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