Html Css Color HEX #14822D Forest Green

📋 copy color: '#14822D'

red 20 ◦ green 130 ◦ blue 45

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

Shades of Forest Green #14822D

Tints of Forest Green #14822D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.08%

R = 10.26%
G = 66.67%
B = 23.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#14822D (or 0x14822D) is known color: Forest Green. HEX triplet: 14, 82 and 2D. RGB value is (20,130,45). Sum of RGB (Red+Green+Blue) = 20+130+45=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 130 (51.17% from 255 or 66.67% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 130 - color contains mainly: green. Hex color #14822D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14822D is #EB7DD2. Grayscale: #575757. Windows color (decimal): -15433171 or 2982420. OLE color: 2982420.

HSL color Cylindrical-coordinate representation of color #14822D: hue angle of 133.64º 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 #14822D is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 45 -
CMYK 0.85 0 0.65 0.49
HSL 133.64º 0.73% 0.29% -
HSV(B) 133.64º 0.85% 0.51% -
XYZ 8.74 16.3 5.17 -
YUV 87.42 104.06 79.91 -
System Red Green Blue C M Y K H S L
Decimal 20 130 45 0.85 0 0.65 0.49 133.64 0.73 0.29
Hex 14 82 2D 55 0 41 31 86 49 1D
Octal 24 202 55 125 0 101 61 206 111 35
Binary 10100 10000010 101101 1010101 0 1000001 110001 10000110 1001001 11101

Color Harmonies of #14822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14822D

Black with #14822D

Text Example


Text Example

White with #14822D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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