Html Css Color HEX #14751D Forest Green

📋 copy color: '#14751D'

red 20 ◦ green 117 ◦ blue 29

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

Shades of Forest Green #14751D

Tints of Forest Green #14751D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.47%

R = 12.05%
G = 70.48%
B = 17.47%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#14751D (or 0x14751D) is known color: Forest Green. HEX triplet: 14, 75 and 1D. RGB value is (20,117,29). Sum of RGB (Red+Green+Blue) = 20+117+29=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 117 (46.09% from 255 or 70.48% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 117 - color contains mainly: green. Hex color #14751D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14751D is #EB8AE2. Grayscale: #4E4E4E. Windows color (decimal): -15436515 or 1930516. OLE color: 1930516.

HSL color Cylindrical-coordinate representation of color #14751D: hue angle of 125.57º 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 #14751D is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 117 29 -
CMYK 0.83 0 0.75 0.54
HSL 125.57º 0.71% 0.27% -
HSV(B) 125.57º 0.83% 0.46% -
XYZ 6.87 12.96 3.3 -
YUV 77.97 100.36 86.66 -
System Red Green Blue C M Y K H S L
Decimal 20 117 29 0.83 0 0.75 0.54 125.57 0.71 0.27
Hex 14 75 1D 53 0 4B 36 7E 47 1B
Octal 24 165 35 123 0 113 66 176 107 33
Binary 10100 1110101 11101 1010011 0 1001011 110110 1111110 1000111 11011

Color Harmonies of #14751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14751D

Black with #14751D

Text Example


Text Example

White with #14751D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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