Html Css Color HEX #14961D Forest Green

📋 copy color: '#14961D'

red 20 ◦ green 150 ◦ blue 29

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

Shades of Forest Green #14961D

Tints of Forest Green #14961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 75.38%

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

R = 10.05%
G = 75.38%
B = 14.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#14961D (or 0x14961D) is known color: Forest Green. HEX triplet: 14, 96 and 1D. RGB value is (20,150,29). Sum of RGB (Red+Green+Blue) = 20+150+29=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 150 (58.98% from 255 or 75.38% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 150 - color contains mainly: green. Hex color #14961D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14961D is #EB69E2. Grayscale: #616161. Windows color (decimal): -15428067 or 1938964. OLE color: 1938964.

HSL color Cylindrical-coordinate representation of color #14961D: hue angle of 124.15º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14961D is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 29 -
CMYK 0.87 0 0.81 0.41
HSL 124.15º 0.76% 0.33% -
HSV(B) 124.15º 0.87% 0.59% -
XYZ 11.42 22.05 4.82 -
YUV 97.34 89.43 72.84 -
System Red Green Blue C M Y K H S L
Decimal 20 150 29 0.87 0 0.81 0.41 124.15 0.76 0.33
Hex 14 96 1D 57 0 51 29 7C 4C 21
Octal 24 226 35 127 0 121 51 174 114 41
Binary 10100 10010110 11101 1010111 0 1010001 101001 1111100 1001100 100001

Color Harmonies of #14961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14961D

Black with #14961D

Text Example


Text Example

White with #14961D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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