Html Css Color HEX #309314 Forest Green

📋 copy color: '#309314'

red 48 ◦ green 147 ◦ blue 20

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

Shades of Forest Green #309314

Tints of Forest Green #309314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 68.37%

 BLUE value IS 20 (8.2% from 255) = 9.3%

R = 22.33%
G = 68.37%
B = 9.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#309314 (or 0x309314) is known color: Forest Green. HEX triplet: 30, 93 and 14. RGB value is (48,147,20). Sum of RGB (Red+Green+Blue) = 48+147+20=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 147 (57.81% from 255 or 68.37% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 147 - color contains mainly: green. Hex color #309314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309314 is #CF6CEB. Grayscale: #676767. Windows color (decimal): -13593836 or 1348400. OLE color: 1348400.

HSL color Cylindrical-coordinate representation of color #309314: hue angle of 106.77º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #309314 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 147 20 -
CMYK 0.67 0 0.86 0.42
HSL 106.77º 0.76% 0.33% -
HSV(B) 106.77º 0.86% 0.58% -
XYZ 11.78 21.55 4.2 -
YUV 102.92 81.2 88.83 -
System Red Green Blue C M Y K H S L
Decimal 48 147 20 0.67 0 0.86 0.42 106.77 0.76 0.33
Hex 30 93 14 43 0 56 2A 6B 4C 21
Octal 60 223 24 103 0 126 52 153 114 41
Binary 110000 10010011 10100 1000011 0 1010110 101010 1101011 1001100 100001

Color Harmonies of #309314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309314

Black with #309314

Text Example


Text Example

White with #309314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309314; }

 p { color: rgb(48,147,20); }

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

background-color css

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

 a { background-color: rgb(48,147,20); }

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

border-color css

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

 span { border-color: rgb(48,147,20); }

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