Html Css Color HEX #149126 Forest Green

📋 copy color: '#149126'

red 20 ◦ green 145 ◦ blue 38

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

Shades of Forest Green #149126

Tints of Forest Green #149126

RGB

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

 GREEN value IS 145 (57.03% from 255) = 71.43%

 BLUE value IS 38 (15.23% from 255) = 18.72%

R = 9.85%
G = 71.43%
B = 18.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#149126 (or 0x149126) is known color: Forest Green. HEX triplet: 14, 91 and 26. RGB value is (20,145,38). Sum of RGB (Red+Green+Blue) = 20+145+38=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 145 (57.03% from 255 or 71.43% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 145 - color contains mainly: green. Hex color #149126 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149126 is #EB6ED9. Grayscale: #5F5F5F. Windows color (decimal): -15429338 or 2527508. OLE color: 2527508.

HSL color Cylindrical-coordinate representation of color #149126: hue angle of 128.64º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149126 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 38 -
CMYK 0.86 0 0.74 0.43
HSL 128.64º 0.76% 0.32% -
HSV(B) 128.64º 0.86% 0.57% -
XYZ 10.76 20.54 5.23 -
YUV 95.43 95.59 74.2 -
System Red Green Blue C M Y K H S L
Decimal 20 145 38 0.86 0 0.74 0.43 128.64 0.76 0.32
Hex 14 91 26 56 0 4A 2B 81 4C 20
Octal 24 221 46 126 0 112 53 201 114 40
Binary 10100 10010001 100110 1010110 0 1001010 101011 10000001 1001100 100000

Color Harmonies of #149126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149126

Black with #149126

Text Example


Text Example

White with #149126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149126; }

 p { color: rgb(20,145,38); }

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

background-color css

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

 a { background-color: rgb(20,145,38); }

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

border-color css

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

 span { border-color: rgb(20,145,38); }

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