Html Css Color HEX #329126 Forest Green

📋 copy color: '#329126'

red 50 ◦ green 145 ◦ blue 38

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

Shades of Forest Green #329126

Tints of Forest Green #329126

RGB

 RED value IS 50 (19.92% from 255) = 21.46%

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

 BLUE value IS 38 (15.23% from 255) = 16.31%

R = 21.46%
G = 62.23%
B = 16.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#329126 (or 0x329126) is known color: Forest Green. HEX triplet: 32, 91 and 26. RGB value is (50,145,38). Sum of RGB (Red+Green+Blue) = 50+145+38=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 145 (57.03% from 255 or 62.23% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 145 - color contains mainly: green. Hex color #329126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329126 is #CD6ED9. Grayscale: #686868. Windows color (decimal): -13463258 or 2527538. OLE color: 2527538.

HSL color Cylindrical-coordinate representation of color #329126: hue angle of 113.27º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #329126 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 145 38 -
CMYK 0.66 0 0.74 0.43
HSL 113.27º 0.58% 0.36% -
HSV(B) 113.27º 0.74% 0.57% -
XYZ 11.79 21.07 5.28 -
YUV 104.4 90.53 89.2 -
System Red Green Blue C M Y K H S L
Decimal 50 145 38 0.66 0 0.74 0.43 113.27 0.58 0.36
Hex 32 91 26 42 0 4A 2B 71 3A 24
Octal 62 221 46 102 0 112 53 161 72 44
Binary 110010 10010001 100110 1000010 0 1001010 101011 1110001 111010 100100

Color Harmonies of #329126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329126

Black with #329126

Text Example


Text Example

White with #329126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329126; }

 p { color: rgb(50,145,38); }

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

background-color css

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

 a { background-color: rgb(50,145,38); }

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

border-color css

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

 span { border-color: rgb(50,145,38); }

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