Html Css Color HEX #14921C Forest Green

📋 copy color: '#14921C'

red 20 ◦ green 146 ◦ blue 28

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

Shades of Forest Green #14921C

Tints of Forest Green #14921C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 75.26%

 BLUE value IS 28 (11.33% from 255) = 14.43%

R = 10.31%
G = 75.26%
B = 14.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#14921C (or 0x14921C) is known color: Forest Green. HEX triplet: 14, 92 and 1C. RGB value is (20,146,28). Sum of RGB (Red+Green+Blue) = 20+146+28=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 146 (57.42% from 255 or 75.26% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 146 - color contains mainly: green. Hex color #14921C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14921C is #EB6DE3. Grayscale: #5F5F5F. Windows color (decimal): -15429092 or 1872404. OLE color: 1872404.

HSL color Cylindrical-coordinate representation of color #14921C: hue angle of 123.81º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14921C is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 146 28 -
CMYK 0.86 0 0.81 0.43
HSL 123.81º 0.76% 0.33% -
HSV(B) 123.81º 0.86% 0.57% -
XYZ 10.78 20.79 4.54 -
YUV 94.87 90.26 74.59 -
System Red Green Blue C M Y K H S L
Decimal 20 146 28 0.86 0 0.81 0.43 123.81 0.76 0.33
Hex 14 92 1C 56 0 51 2B 7C 4C 21
Octal 24 222 34 126 0 121 53 174 114 41
Binary 10100 10010010 11100 1010110 0 1010001 101011 1111100 1001100 100001

Color Harmonies of #14921C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14921C

Black with #14921C

Text Example


Text Example

White with #14921C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14921C; }

 p { color: rgb(20,146,28); }

 H1.HeaderClassName
 {
   color: #14921C;
 }
 .AnyTagClassName
 {
   color: #14921C;
 }
</style>

background-color css

<style>
 a { background-color: #14921C; }

 a { background-color: rgb(20,146,28); }

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

border-color css

<style>
 span { border-color: #14921C; }

 span { border-color: rgb(20,146,28); }

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