Html Css Color HEX #149026 Forest Green

📋 copy color: '#149026'

red 20 ◦ green 144 ◦ blue 38

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

Shades of Forest Green #149026

Tints of Forest Green #149026

RGB

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

 GREEN value IS 144 (56.64% from 255) = 71.29%

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

R = 9.9%
G = 71.29%
B = 18.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#149026 (or 0x149026) is known color: Forest Green. HEX triplet: 14, 90 and 26. RGB value is (20,144,38). Sum of RGB (Red+Green+Blue) = 20+144+38=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 144 (56.64% from 255 or 71.29% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 144 - color contains mainly: green. Hex color #149026 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149026 is #EB6FD9. Grayscale: #5F5F5F. Windows color (decimal): -15429594 or 2527252. OLE color: 2527252.

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

Color convert

RGB 20 144 38 -
CMYK 0.86 0 0.74 0.44
HSL 128.71º 0.76% 0.32% -
HSV(B) 128.71º 0.86% 0.56% -
XYZ 10.61 20.24 5.18 -
YUV 94.84 95.92 74.62 -
System Red Green Blue C M Y K H S L
Decimal 20 144 38 0.86 0 0.74 0.44 128.71 0.76 0.32
Hex 14 90 26 56 0 4A 2C 81 4C 20
Octal 24 220 46 126 0 112 54 201 114 40
Binary 10100 10010000 100110 1010110 0 1001010 101100 10000001 1001100 100000

Color Harmonies of #149026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149026

Black with #149026

Text Example


Text Example

White with #149026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149026; }

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

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

background-color css

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

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

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

border-color css

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

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

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