Html Css Color HEX #309214 Forest Green

📋 copy color: '#309214'

red 48 ◦ green 146 ◦ blue 20

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

Shades of Forest Green #309214

Tints of Forest Green #309214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 68.22%

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

R = 22.43%
G = 68.22%
B = 9.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#309214 (or 0x309214) is known color: Forest Green. HEX triplet: 30, 92 and 14. RGB value is (48,146,20). Sum of RGB (Red+Green+Blue) = 48+146+20=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 146 (57.42% from 255 or 68.22% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 146 - color contains mainly: green. Hex color #309214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309214 is #CF6DEB. Grayscale: #666666. Windows color (decimal): -13594092 or 1348144. OLE color: 1348144.

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

Color convert

RGB 48 146 20 -
CMYK 0.67 0 0.86 0.43
HSL 106.67º 0.76% 0.33% -
HSV(B) 106.67º 0.86% 0.57% -
XYZ 11.62 21.24 4.15 -
YUV 102.33 81.53 89.25 -
System Red Green Blue C M Y K H S L
Decimal 48 146 20 0.67 0 0.86 0.43 106.67 0.76 0.33
Hex 30 92 14 43 0 56 2B 6B 4C 21
Octal 60 222 24 103 0 126 53 153 114 41
Binary 110000 10010010 10100 1000011 0 1010110 101011 1101011 1001100 100001

Color Harmonies of #309214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309214

Black with #309214

Text Example


Text Example

White with #309214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309214; }

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

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

background-color css

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

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

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

border-color css

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

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

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