Html Css Color HEX #14731B Forest Green

📋 copy color: '#14731B'

red 20 ◦ green 115 ◦ blue 27

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

Shades of Forest Green #14731B

Tints of Forest Green #14731B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.67%

R = 12.35%
G = 70.99%
B = 16.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#14731B (or 0x14731B) is known color: Forest Green. HEX triplet: 14, 73 and 1B. RGB value is (20,115,27). Sum of RGB (Red+Green+Blue) = 20+115+27=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 115 (45.31% from 255 or 70.99% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 115 - color contains mainly: green. Hex color #14731B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14731B is #EB8CE4. Grayscale: #4C4C4C. Windows color (decimal): -15437029 or 1798932. OLE color: 1798932.

HSL color Cylindrical-coordinate representation of color #14731B: hue angle of 124.42º 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 #14731B is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 115 27 -
CMYK 0.83 0 0.77 0.55
HSL 124.42º 0.7% 0.26% -
HSV(B) 124.42º 0.83% 0.45% -
XYZ 6.62 12.49 3.1 -
YUV 76.56 100.03 87.66 -
System Red Green Blue C M Y K H S L
Decimal 20 115 27 0.83 0 0.77 0.55 124.42 0.7 0.26
Hex 14 73 1B 53 0 4D 37 7C 46 1A
Octal 24 163 33 123 0 115 67 174 106 32
Binary 10100 1110011 11011 1010011 0 1001101 110111 1111100 1000110 11010

Color Harmonies of #14731B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14731B

Black with #14731B

Text Example


Text Example

White with #14731B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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