Html Css Color HEX #14751A Forest Green

📋 copy color: '#14751A'

red 20 ◦ green 117 ◦ blue 26

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

Shades of Forest Green #14751A

Tints of Forest Green #14751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 71.78%

 BLUE value IS 26 (10.55% from 255) = 15.95%

R = 12.27%
G = 71.78%
B = 15.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#14751A (or 0x14751A) is known color: Forest Green. HEX triplet: 14, 75 and 1A. RGB value is (20,117,26). Sum of RGB (Red+Green+Blue) = 20+117+26=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 117 (46.09% from 255 or 71.78% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 117 - color contains mainly: green. Hex color #14751A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14751A is #EB8AE5. Grayscale: #4D4D4D. Windows color (decimal): -15436518 or 1733908. OLE color: 1733908.

HSL color Cylindrical-coordinate representation of color #14751A: hue angle of 123.71º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14751A is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 117 26 -
CMYK 0.83 0 0.78 0.54
HSL 123.71º 0.71% 0.27% -
HSV(B) 123.71º 0.83% 0.46% -
XYZ 6.84 12.95 3.12 -
YUV 77.62 98.86 86.9 -
System Red Green Blue C M Y K H S L
Decimal 20 117 26 0.83 0 0.78 0.54 123.71 0.71 0.27
Hex 14 75 1A 53 0 4E 36 7C 47 1B
Octal 24 165 32 123 0 116 66 174 107 33
Binary 10100 1110101 11010 1010011 0 1001110 110110 1111100 1000111 11011

Color Harmonies of #14751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14751A

Black with #14751A

Text Example


Text Example

White with #14751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14751A; }

 p { color: rgb(20,117,26); }

 H1.HeaderClassName
 {
   color: #14751A;
 }
 .AnyTagClassName
 {
   color: #14751A;
 }
</style>

background-color css

<style>
 a { background-color: #14751A; }

 a { background-color: rgb(20,117,26); }

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

border-color css

<style>
 span { border-color: #14751A; }

 span { border-color: rgb(20,117,26); }

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