Html Css Color HEX #14822C Forest Green

📋 copy color: '#14822C'

red 20 ◦ green 130 ◦ blue 44

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

Shades of Forest Green #14822C

Tints of Forest Green #14822C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 67.01%

 BLUE value IS 44 (17.58% from 255) = 22.68%

R = 10.31%
G = 67.01%
B = 22.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#14822C (or 0x14822C) is known color: Forest Green. HEX triplet: 14, 82 and 2C. RGB value is (20,130,44). Sum of RGB (Red+Green+Blue) = 20+130+44=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #14822C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14822C is #EB7DD3. Grayscale: #575757. Windows color (decimal): -15433172 or 2916884. OLE color: 2916884.

HSL color Cylindrical-coordinate representation of color #14822C: hue angle of 133.09º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14822C is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 44 -
CMYK 0.85 0 0.66 0.49
HSL 133.09º 0.73% 0.29% -
HSV(B) 133.09º 0.85% 0.51% -
XYZ 8.73 16.3 5.07 -
YUV 87.31 103.56 79.99 -
System Red Green Blue C M Y K H S L
Decimal 20 130 44 0.85 0 0.66 0.49 133.09 0.73 0.29
Hex 14 82 2C 55 0 42 31 85 49 1D
Octal 24 202 54 125 0 102 61 205 111 35
Binary 10100 10000010 101100 1010101 0 1000010 110001 10000101 1001001 11101

Color Harmonies of #14822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14822C

Black with #14822C

Text Example


Text Example

White with #14822C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,130,44); }

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

background-color css

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

 a { background-color: rgb(20,130,44); }

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

border-color css

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

 span { border-color: rgb(20,130,44); }

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