Html Css Color HEX #309520 Forest Green

📋 copy color: '#309520'

red 48 ◦ green 149 ◦ blue 32

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

Shades of Forest Green #309520

Tints of Forest Green #309520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 65.07%

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

R = 20.96%
G = 65.07%
B = 13.97%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#309520 (or 0x309520) is known color: Forest Green. HEX triplet: 30, 95 and 20. RGB value is (48,149,32). Sum of RGB (Red+Green+Blue) = 48+149+32=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 149 (58.59% from 255 or 65.07% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 149 - color contains mainly: green. Hex color #309520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309520 is #CF6ADF. Grayscale: #696969. Windows color (decimal): -13593312 or 2135344. OLE color: 2135344.

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

Color convert

RGB 48 149 32 -
CMYK 0.68 0 0.79 0.42
HSL 111.79º 0.65% 0.35% -
HSV(B) 111.79º 0.79% 0.58% -
XYZ 12.23 22.23 5.01 -
YUV 105.46 86.54 87.01 -
System Red Green Blue C M Y K H S L
Decimal 48 149 32 0.68 0 0.79 0.42 111.79 0.65 0.35
Hex 30 95 20 44 0 4F 2A 70 41 23
Octal 60 225 40 104 0 117 52 160 101 43
Binary 110000 10010101 100000 1000100 0 1001111 101010 1110000 1000001 100011

Color Harmonies of #309520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309520

Black with #309520

Text Example


Text Example

White with #309520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309520; }

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

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

background-color css

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

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

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

border-color css

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

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

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