Html Css Color HEX #309620 Forest Green

📋 copy color: '#309620'

red 48 ◦ green 150 ◦ blue 32

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

Shades of Forest Green #309620

Tints of Forest Green #309620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 65.22%

 BLUE value IS 32 (12.89% from 255) = 13.91%

R = 20.87%
G = 65.22%
B = 13.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#309620 (or 0x309620) is known color: Forest Green. HEX triplet: 30, 96 and 20. RGB value is (48,150,32). Sum of RGB (Red+Green+Blue) = 48+150+32=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 150 (58.98% from 255 or 65.22% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 150 - color contains mainly: green. Hex color #309620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309620 is #CF69DF. Grayscale: #6A6A6A. Windows color (decimal): -13593056 or 2135600. OLE color: 2135600.

HSL color Cylindrical-coordinate representation of color #309620: hue angle of 111.86º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #309620 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 150 32 -
CMYK 0.68 0 0.79 0.41
HSL 111.86º 0.65% 0.36% -
HSV(B) 111.86º 0.79% 0.59% -
XYZ 12.39 22.55 5.07 -
YUV 106.05 86.21 86.59 -
System Red Green Blue C M Y K H S L
Decimal 48 150 32 0.68 0 0.79 0.41 111.86 0.65 0.36
Hex 30 96 20 44 0 4F 29 70 41 24
Octal 60 226 40 104 0 117 51 160 101 44
Binary 110000 10010110 100000 1000100 0 1001111 101001 1110000 1000001 100100

Color Harmonies of #309620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309620

Black with #309620

Text Example


Text Example

White with #309620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309620; }

 p { color: rgb(48,150,32); }

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

background-color css

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

 a { background-color: rgb(48,150,32); }

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

border-color css

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

 span { border-color: rgb(48,150,32); }

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