Html Css Color HEX #14B31D Forest Green

📋 copy color: '#14B31D'

red 20 ◦ green 179 ◦ blue 29

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

Shades of Forest Green #14B31D

Tints of Forest Green #14B31D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 78.51%

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

R = 8.77%
G = 78.51%
B = 12.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#14B31D (or 0x14B31D) is known color: Forest Green. HEX triplet: 14, B3 and 1D. RGB value is (20,179,29). Sum of RGB (Red+Green+Blue) = 20+179+29=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 179 (70.31% from 255 or 78.51% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 179 - color contains mainly: green. Hex color #14B31D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B31D is #EB4CE2. Grayscale: #727272. Windows color (decimal): -15420643 or 1946388. OLE color: 1946388.

HSL color Cylindrical-coordinate representation of color #14B31D: hue angle of 123.4º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B31D is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 179 29 -
CMYK 0.89 0 0.84 0.30
HSL 123.4º 0.8% 0.39% -
HSV(B) 123.4º 0.89% 0.7% -
XYZ 16.63 32.48 6.55 -
YUV 114.36 79.82 60.7 -
System Red Green Blue C M Y K H S L
Decimal 20 179 29 0.89 0 0.84 0.30 123.4 0.8 0.39
Hex 14 B3 1D 59 0 54 1E 7B 50 27
Octal 24 263 35 131 0 124 36 173 120 47
Binary 10100 10110011 11101 1011001 0 1010100 11110 1111011 1010000 100111

Color Harmonies of #14B31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B31D

Black with #14B31D

Text Example


Text Example

White with #14B31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14B31D; }

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

 H1.HeaderClassName
 {
   color: #14B31D;
 }
 .AnyTagClassName
 {
   color: #14B31D;
 }
</style>

background-color css

<style>
 a { background-color: #14B31D; }

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

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

border-color css

<style>
 span { border-color: #14B31D; }

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

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