Html Css Color HEX #348D33 Forest Green

📋 copy color: '#348D33'

red 52 ◦ green 141 ◦ blue 51

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

Shades of Forest Green #348D33

Tints of Forest Green #348D33

RGB

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

 GREEN value IS 141 (55.47% from 255) = 57.79%

 BLUE value IS 51 (20.31% from 255) = 20.9%

R = 21.31%
G = 57.79%
B = 20.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#348D33 (or 0x348D33) is known color: Forest Green. HEX triplet: 34, 8D and 33. RGB value is (52,141,51). Sum of RGB (Red+Green+Blue) = 52+141+51=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 141 (55.47% from 255 or 57.79% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 141 - color contains mainly: green. Hex color #348D33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D33 is #CB72CC. Grayscale: #686868. Windows color (decimal): -13333197 or 3378484. OLE color: 3378484.

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

Color convert

RGB 52 141 51 -
CMYK 0.63 0 0.64 0.45
HSL 119.33º 0.47% 0.38% -
HSV(B) 119.33º 0.64% 0.55% -
XYZ 11.54 20.02 6.39 -
YUV 104.13 98.01 90.82 -
System Red Green Blue C M Y K H S L
Decimal 52 141 51 0.63 0 0.64 0.45 119.33 0.47 0.38
Hex 34 8D 33 3F 0 40 2D 77 2F 26
Octal 64 215 63 77 0 100 55 167 57 46
Binary 110100 10001101 110011 111111 0 1000000 101101 1110111 101111 100110

Color Harmonies of #348D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348D33

Black with #348D33

Text Example


Text Example

White with #348D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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