Html Css Color HEX #329430 Forest Green

📋 copy color: '#329430'

red 50 ◦ green 148 ◦ blue 48

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

Shades of Forest Green #329430

Tints of Forest Green #329430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 60.16%

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

R = 20.33%
G = 60.16%
B = 19.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#329430 (or 0x329430) is known color: Forest Green. HEX triplet: 32, 94 and 30. RGB value is (50,148,48). Sum of RGB (Red+Green+Blue) = 50+148+48=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 148 (58.20% from 255 or 60.16% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 148 - color contains mainly: green. Hex color #329430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329430 is #CD6BCF. Grayscale: #6B6B6B. Windows color (decimal): -13462480 or 3183666. OLE color: 3183666.

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

Color convert

RGB 50 148 48 -
CMYK 0.66 0 0.68 0.42
HSL 118.8º 0.51% 0.38% -
HSV(B) 118.8º 0.68% 0.58% -
XYZ 12.44 22.07 6.4 -
YUV 107.3 94.53 87.13 -
System Red Green Blue C M Y K H S L
Decimal 50 148 48 0.66 0 0.68 0.42 118.8 0.51 0.38
Hex 32 94 30 42 0 44 2A 77 33 26
Octal 62 224 60 102 0 104 52 167 63 46
Binary 110010 10010100 110000 1000010 0 1000100 101010 1110111 110011 100110

Color Harmonies of #329430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329430

Black with #329430

Text Example


Text Example

White with #329430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329430; }

 p { color: rgb(50,148,48); }

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

background-color css

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

 a { background-color: rgb(50,148,48); }

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

border-color css

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

 span { border-color: rgb(50,148,48); }

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