Html Css Color HEX #14731F Forest Green

📋 copy color: '#14731F'

red 20 ◦ green 115 ◦ blue 31

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

Shades of Forest Green #14731F

Tints of Forest Green #14731F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 69.28%

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

R = 12.05%
G = 69.28%
B = 18.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#14731F (or 0x14731F) is known color: Forest Green. HEX triplet: 14, 73 and 1F. RGB value is (20,115,31). Sum of RGB (Red+Green+Blue) = 20+115+31=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 115 (45.31% from 255 or 69.28% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 115 - color contains mainly: green. Hex color #14731F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14731F is #EB8CE0. Grayscale: #4D4D4D. Windows color (decimal): -15437025 or 2061076. OLE color: 2061076.

HSL color Cylindrical-coordinate representation of color #14731F: hue angle of 126.95º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14731F is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 115 31 -
CMYK 0.83 0 0.73 0.55
HSL 126.95º 0.7% 0.26% -
HSV(B) 126.95º 0.83% 0.45% -
XYZ 6.67 12.51 3.36 -
YUV 77.02 102.03 87.33 -
System Red Green Blue C M Y K H S L
Decimal 20 115 31 0.83 0 0.73 0.55 126.95 0.7 0.26
Hex 14 73 1F 53 0 49 37 7F 46 1A
Octal 24 163 37 123 0 111 67 177 106 32
Binary 10100 1110011 11111 1010011 0 1001001 110111 1111111 1000110 11010

Color Harmonies of #14731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14731F

Black with #14731F

Text Example


Text Example

White with #14731F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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