Html Css Color HEX #348B28 La Palma

📋 copy color: '#348B28'

red 52 ◦ green 139 ◦ blue 40

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

Shades of La Palma #348B28

Tints of La Palma #348B28

RGB

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

 GREEN value IS 139 (54.69% from 255) = 60.17%

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

R = 22.51%
G = 60.17%
B = 17.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#348B28 (or 0x348B28) is known color: La Palma. HEX triplet: 34, 8B and 28. RGB value is (52,139,40). Sum of RGB (Red+Green+Blue) = 52+139+40=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #348B28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B28 is #CB74D7. Grayscale: #666666. Windows color (decimal): -13333720 or 2657076. OLE color: 2657076.

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

Color convert

RGB 52 139 40 -
CMYK 0.63 0 0.71 0.45
HSL 112.73º 0.55% 0.35% -
HSV(B) 112.73º 0.71% 0.55% -
XYZ 11.03 19.35 5.16 -
YUV 101.7 93.18 92.55 -
System Red Green Blue C M Y K H S L
Decimal 52 139 40 0.63 0 0.71 0.45 112.73 0.55 0.35
Hex 34 8B 28 3F 0 47 2D 71 37 23
Octal 64 213 50 77 0 107 55 161 67 43
Binary 110100 10001011 101000 111111 0 1000111 101101 1110001 110111 100011

Color Harmonies of #348B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B28

Black with #348B28

Text Example


Text Example

White with #348B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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