Html Css Color HEX #349130 Forest Green

📋 copy color: '#349130'

red 52 ◦ green 145 ◦ blue 48

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

Shades of Forest Green #349130

Tints of Forest Green #349130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 59.18%

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

R = 21.22%
G = 59.18%
B = 19.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#349130 (or 0x349130) is known color: Forest Green. HEX triplet: 34, 91 and 30. RGB value is (52,145,48). Sum of RGB (Red+Green+Blue) = 52+145+48=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #349130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349130 is #CB6ECF. Grayscale: #6A6A6A. Windows color (decimal): -13332176 or 3182900. OLE color: 3182900.

HSL color Cylindrical-coordinate representation of color #349130: hue angle of 117.53º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349130 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 48 -
CMYK 0.64 0 0.67 0.43
HSL 117.53º 0.5% 0.38% -
HSV(B) 117.53º 0.67% 0.57% -
XYZ 12.08 21.19 6.25 -
YUV 106.14 95.19 89.39 -
System Red Green Blue C M Y K H S L
Decimal 52 145 48 0.64 0 0.67 0.43 117.53 0.5 0.38
Hex 34 91 30 40 0 43 2B 76 32 26
Octal 64 221 60 100 0 103 53 166 62 46
Binary 110100 10010001 110000 1000000 0 1000011 101011 1110110 110010 100110

Color Harmonies of #349130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349130

Black with #349130

Text Example


Text Example

White with #349130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349130; }

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

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

background-color css

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

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

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

border-color css

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

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

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