Html Css Color HEX #14922B Forest Green

📋 copy color: '#14922B'

red 20 ◦ green 146 ◦ blue 43

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

Shades of Forest Green #14922B

Tints of Forest Green #14922B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.57%

R = 9.57%
G = 69.86%
B = 20.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#14922B (or 0x14922B) is known color: Forest Green. HEX triplet: 14, 92 and 2B. RGB value is (20,146,43). Sum of RGB (Red+Green+Blue) = 20+146+43=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 146 (57.42% from 255 or 69.86% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 146 - color contains mainly: green. Hex color #14922B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14922B is #EB6DD4. Grayscale: #606060. Windows color (decimal): -15429077 or 2855444. OLE color: 2855444.

HSL color Cylindrical-coordinate representation of color #14922B: hue angle of 130.95º 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 #14922B is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 146 43 -
CMYK 0.86 0 0.71 0.43
HSL 130.95º 0.76% 0.33% -
HSV(B) 130.95º 0.86% 0.57% -
XYZ 11 20.88 5.74 -
YUV 96.58 97.76 73.38 -
System Red Green Blue C M Y K H S L
Decimal 20 146 43 0.86 0 0.71 0.43 130.95 0.76 0.33
Hex 14 92 2B 56 0 47 2B 83 4C 21
Octal 24 222 53 126 0 107 53 203 114 41
Binary 10100 10010010 101011 1010110 0 1000111 101011 10000011 1001100 100001

Color Harmonies of #14922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14922B

Black with #14922B

Text Example


Text Example

White with #14922B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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