Html Css Color HEX #14941F Forest Green

📋 copy color: '#14941F'

red 20 ◦ green 148 ◦ blue 31

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

Shades of Forest Green #14941F

Tints of Forest Green #14941F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 74.37%

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

R = 10.05%
G = 74.37%
B = 15.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#14941F (or 0x14941F) is known color: Forest Green. HEX triplet: 14, 94 and 1F. RGB value is (20,148,31). Sum of RGB (Red+Green+Blue) = 20+148+31=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 148 (58.20% from 255 or 74.37% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 148 - color contains mainly: green. Hex color #14941F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14941F is #EB6BE0. Grayscale: #606060. Windows color (decimal): -15428577 or 2069524. OLE color: 2069524.

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

Color convert

RGB 20 148 31 -
CMYK 0.86 0 0.79 0.42
HSL 125.16º 0.76% 0.33% -
HSV(B) 125.16º 0.86% 0.58% -
XYZ 11.13 21.43 4.85 -
YUV 96.39 91.09 73.51 -
System Red Green Blue C M Y K H S L
Decimal 20 148 31 0.86 0 0.79 0.42 125.16 0.76 0.33
Hex 14 94 1F 56 0 4F 2A 7D 4C 21
Octal 24 224 37 126 0 117 52 175 114 41
Binary 10100 10010100 11111 1010110 0 1001111 101010 1111101 1001100 100001

Color Harmonies of #14941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14941F

Black with #14941F

Text Example


Text Example

White with #14941F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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