Html Css Color HEX #14921F Forest Green

📋 copy color: '#14921F'

red 20 ◦ green 146 ◦ blue 31

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

Shades of Forest Green #14921F

Tints of Forest Green #14921F

RGB

 RED value IS 20 (8.2% from 255) = 10.15%

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

 BLUE value IS 31 (12.5% from 255) = 15.74%

R = 10.15%
G = 74.11%
B = 15.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#14921F (or 0x14921F) is known color: Forest Green. HEX triplet: 14, 92 and 1F. RGB value is (20,146,31). Sum of RGB (Red+Green+Blue) = 20+146+31=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 146 (57.42% from 255 or 74.11% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 146 - color contains mainly: green. Hex color #14921F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14921F is #EB6DE0. Grayscale: #5F5F5F. Windows color (decimal): -15429089 or 2069012. OLE color: 2069012.

HSL color Cylindrical-coordinate representation of color #14921F: hue angle of 125.24º 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 #14921F is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 146 31 -
CMYK 0.86 0 0.79 0.43
HSL 125.24º 0.76% 0.33% -
HSV(B) 125.24º 0.86% 0.57% -
XYZ 10.81 20.81 4.74 -
YUV 95.22 91.76 74.35 -
System Red Green Blue C M Y K H S L
Decimal 20 146 31 0.86 0 0.79 0.43 125.24 0.76 0.33
Hex 14 92 1F 56 0 4F 2B 7D 4C 21
Octal 24 222 37 126 0 117 53 175 114 41
Binary 10100 10010010 11111 1010110 0 1001111 101011 1111101 1001100 100001

Color Harmonies of #14921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14921F

Black with #14921F

Text Example


Text Example

White with #14921F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14921F; }

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

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

background-color css

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

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

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

border-color css

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

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

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