Html Css Color HEX #14981B Forest Green

📋 copy color: '#14981B'

red 20 ◦ green 152 ◦ blue 27

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

Shades of Forest Green #14981B

Tints of Forest Green #14981B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 76.38%

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

R = 10.05%
G = 76.38%
B = 13.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#14981B (or 0x14981B) is known color: Forest Green. HEX triplet: 14, 98 and 1B. RGB value is (20,152,27). Sum of RGB (Red+Green+Blue) = 20+152+27=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 152 (59.77% from 255 or 76.38% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 152 - color contains mainly: green. Hex color #14981B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14981B is #EB67E4. Grayscale: #626262. Windows color (decimal): -15427557 or 1808404. OLE color: 1808404.

HSL color Cylindrical-coordinate representation of color #14981B: hue angle of 123.18º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14981B is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 152 27 -
CMYK 0.87 0 0.82 0.40
HSL 123.18º 0.77% 0.34% -
HSV(B) 123.18º 0.87% 0.6% -
XYZ 11.71 22.68 4.8 -
YUV 98.28 87.77 72.16 -
System Red Green Blue C M Y K H S L
Decimal 20 152 27 0.87 0 0.82 0.40 123.18 0.77 0.34
Hex 14 98 1B 57 0 52 28 7B 4D 22
Octal 24 230 33 127 0 122 50 173 115 42
Binary 10100 10011000 11011 1010111 0 1010010 101000 1111011 1001101 100010

Color Harmonies of #14981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14981B

Black with #14981B

Text Example


Text Example

White with #14981B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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