Html Css Color HEX #309132 Forest Green

📋 copy color: '#309132'

red 48 ◦ green 145 ◦ blue 50

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

Shades of Forest Green #309132

Tints of Forest Green #309132

RGB

 RED value IS 48 (19.14% from 255) = 19.75%

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

 BLUE value IS 50 (19.92% from 255) = 20.58%

R = 19.75%
G = 59.67%
B = 20.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#309132 (or 0x309132) is known color: Forest Green. HEX triplet: 30, 91 and 32. RGB value is (48,145,50). Sum of RGB (Red+Green+Blue) = 48+145+50=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #309132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309132 is #CF6ECD. Grayscale: #696969. Windows color (decimal): -13594318 or 3313968. OLE color: 3313968.

HSL color Cylindrical-coordinate representation of color #309132: hue angle of 121.24º 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 #309132 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 50 -
CMYK 0.67 0 0.66 0.43
HSL 121.24º 0.5% 0.38% -
HSV(B) 121.24º 0.67% 0.57% -
XYZ 11.92 21.11 6.46 -
YUV 105.17 96.86 87.22 -
System Red Green Blue C M Y K H S L
Decimal 48 145 50 0.67 0 0.66 0.43 121.24 0.5 0.38
Hex 30 91 32 43 0 42 2B 79 32 26
Octal 60 221 62 103 0 102 53 171 62 46
Binary 110000 10010001 110010 1000011 0 1000010 101011 1111001 110010 100110

Color Harmonies of #309132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309132

Black with #309132

Text Example


Text Example

White with #309132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309132; }

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

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

background-color css

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

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

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

border-color css

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

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

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