Html Css Color HEX #14801B Forest Green

📋 copy color: '#14801B'

red 20 ◦ green 128 ◦ blue 27

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

Shades of Forest Green #14801B

Tints of Forest Green #14801B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 73.14%

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

R = 11.43%
G = 73.14%
B = 15.43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#14801B (or 0x14801B) is known color: Forest Green. HEX triplet: 14, 80 and 1B. RGB value is (20,128,27). Sum of RGB (Red+Green+Blue) = 20+128+27=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 128 (50.39% from 255 or 73.14% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 128 - color contains mainly: green. Hex color #14801B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14801B is #EB7FE4. Grayscale: #545454. Windows color (decimal): -15433701 or 1802260. OLE color: 1802260.

HSL color Cylindrical-coordinate representation of color #14801B: hue angle of 123.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14801B is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 128 27 -
CMYK 0.84 0 0.79 0.50
HSL 123.89º 0.73% 0.29% -
HSV(B) 123.89º 0.84% 0.5% -
XYZ 8.21 15.67 3.63 -
YUV 84.19 95.72 82.21 -
System Red Green Blue C M Y K H S L
Decimal 20 128 27 0.84 0 0.79 0.50 123.89 0.73 0.29
Hex 14 80 1B 54 0 4F 32 7C 49 1D
Octal 24 200 33 124 0 117 62 174 111 35
Binary 10100 10000000 11011 1010100 0 1001111 110010 1111100 1001001 11101

Color Harmonies of #14801B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14801B

Black with #14801B

Text Example


Text Example

White with #14801B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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