Html Css Color HEX #309C20 Forest Green

📋 copy color: '#309C20'

red 48 ◦ green 156 ◦ blue 32

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

Shades of Forest Green #309C20

Tints of Forest Green #309C20

RGB

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

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

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

R = 20.34%
G = 66.1%
B = 13.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#309C20 (or 0x309C20) is known color: Forest Green. HEX triplet: 30, 9C and 20. RGB value is (48,156,32). Sum of RGB (Red+Green+Blue) = 48+156+32=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 156 (61.33% from 255 or 66.10% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 156 - color contains mainly: green. Hex color #309C20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309C20 is #CF63DF. Grayscale: #6D6D6D. Windows color (decimal): -13591520 or 2137136. OLE color: 2137136.

HSL color Cylindrical-coordinate representation of color #309C20: hue angle of 112.26º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #309C20 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 156 32 -
CMYK 0.69 0 0.79 0.39
HSL 112.26º 0.66% 0.37% -
HSV(B) 112.26º 0.79% 0.61% -
XYZ 13.37 24.51 5.39 -
YUV 109.57 84.22 84.08 -
System Red Green Blue C M Y K H S L
Decimal 48 156 32 0.69 0 0.79 0.39 112.26 0.66 0.37
Hex 30 9C 20 45 0 4F 27 70 42 25
Octal 60 234 40 105 0 117 47 160 102 45
Binary 110000 10011100 100000 1000101 0 1001111 100111 1110000 1000010 100101

Color Harmonies of #309C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309C20

Black with #309C20

Text Example


Text Example

White with #309C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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