Html Css Color HEX #348C31 Forest Green

📋 copy color: '#348C31'

red 52 ◦ green 140 ◦ blue 49

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

Shades of Forest Green #348C31

Tints of Forest Green #348C31

RGB

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

 GREEN value IS 140 (55.08% from 255) = 58.09%

 BLUE value IS 49 (19.53% from 255) = 20.33%

R = 21.58%
G = 58.09%
B = 20.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#348C31 (or 0x348C31) is known color: Forest Green. HEX triplet: 34, 8C and 31. RGB value is (52,140,49). Sum of RGB (Red+Green+Blue) = 52+140+49=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 140 (55.08% from 255 or 58.09% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 140 - color contains mainly: green. Hex color #348C31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348C31 is #CB73CE. Grayscale: #676767. Windows color (decimal): -13333455 or 3247156. OLE color: 3247156.

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

Color convert

RGB 52 140 49 -
CMYK 0.63 0 0.65 0.45
HSL 118.02º 0.48% 0.37% -
HSV(B) 118.02º 0.65% 0.55% -
XYZ 11.35 19.71 6.11 -
YUV 103.31 97.35 91.4 -
System Red Green Blue C M Y K H S L
Decimal 52 140 49 0.63 0 0.65 0.45 118.02 0.48 0.37
Hex 34 8C 31 3F 0 41 2D 76 30 25
Octal 64 214 61 77 0 101 55 166 60 45
Binary 110100 10001100 110001 111111 0 1000001 101101 1110110 110000 100101

Color Harmonies of #348C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C31

Black with #348C31

Text Example


Text Example

White with #348C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,140,49); }

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

background-color css

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

 a { background-color: rgb(52,140,49); }

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

border-color css

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

 span { border-color: rgb(52,140,49); }

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