Html Css Color HEX #349330 Forest Green

📋 copy color: '#349330'

red 52 ◦ green 147 ◦ blue 48

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

Shades of Forest Green #349330

Tints of Forest Green #349330

RGB

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

 GREEN value IS 147 (57.81% from 255) = 59.51%

 BLUE value IS 48 (19.14% from 255) = 19.43%

R = 21.05%
G = 59.51%
B = 19.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#349330 (or 0x349330) is known color: Forest Green. HEX triplet: 34, 93 and 30. RGB value is (52,147,48). Sum of RGB (Red+Green+Blue) = 52+147+48=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 147 (57.81% from 255 or 59.51% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 147 - color contains mainly: green. Hex color #349330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349330 is #CB6CCF. Grayscale: #6B6B6B. Windows color (decimal): -13331664 or 3183412. OLE color: 3183412.

HSL color Cylindrical-coordinate representation of color #349330: hue angle of 117.58º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349330 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 147 48 -
CMYK 0.65 0 0.67 0.42
HSL 117.58º 0.51% 0.38% -
HSV(B) 117.58º 0.67% 0.58% -
XYZ 12.38 21.81 6.35 -
YUV 107.31 94.53 88.55 -
System Red Green Blue C M Y K H S L
Decimal 52 147 48 0.65 0 0.67 0.42 117.58 0.51 0.38
Hex 34 93 30 41 0 43 2A 76 33 26
Octal 64 223 60 101 0 103 52 166 63 46
Binary 110100 10010011 110000 1000001 0 1000011 101010 1110110 110011 100110

Color Harmonies of #349330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349330

Black with #349330

Text Example


Text Example

White with #349330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349330; }

 p { color: rgb(52,147,48); }

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

background-color css

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

 a { background-color: rgb(52,147,48); }

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

border-color css

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

 span { border-color: rgb(52,147,48); }

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