Html Css Color HEX #349C28 Forest Green

📋 copy color: '#349C28'

red 52 ◦ green 156 ◦ blue 40

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

Shades of Forest Green #349C28

Tints of Forest Green #349C28

RGB

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

 GREEN value IS 156 (61.33% from 255) = 62.9%

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

R = 20.97%
G = 62.9%
B = 16.13%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#349C28 (or 0x349C28) is known color: Forest Green. HEX triplet: 34, 9C and 28. RGB value is (52,156,40). Sum of RGB (Red+Green+Blue) = 52+156+40=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 156 (61.33% from 255 or 62.90% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 156 - color contains mainly: green. Hex color #349C28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349C28 is #CB63D7. Grayscale: #707070. Windows color (decimal): -13329368 or 2661428. OLE color: 2661428.

HSL color Cylindrical-coordinate representation of color #349C28: hue angle of 113.79º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #349C28 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 156 40 -
CMYK 0.67 0 0.74 0.39
HSL 113.79º 0.59% 0.38% -
HSV(B) 113.79º 0.74% 0.61% -
XYZ 13.69 24.66 6.05 -
YUV 111.68 87.54 85.43 -
System Red Green Blue C M Y K H S L
Decimal 52 156 40 0.67 0 0.74 0.39 113.79 0.59 0.38
Hex 34 9C 28 43 0 4A 27 72 3B 26
Octal 64 234 50 103 0 112 47 162 73 46
Binary 110100 10011100 101000 1000011 0 1001010 100111 1110010 111011 100110

Color Harmonies of #349C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C28

Black with #349C28

Text Example


Text Example

White with #349C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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