Html Css Color HEX #149125 Forest Green

📋 copy color: '#149125'

red 20 ◦ green 145 ◦ blue 37

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

Shades of Forest Green #149125

Tints of Forest Green #149125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.32%

R = 9.9%
G = 71.78%
B = 18.32%

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

#149125 (or 0x149125) is known color: Forest Green. HEX triplet: 14, 91 and 25. RGB value is (20,145,37). Sum of RGB (Red+Green+Blue) = 20+145+37=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 145 (57.03% from 255 or 71.78% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 145 - color contains mainly: green. Hex color #149125 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149125 is #EB6EDA. Grayscale: #5F5F5F. Windows color (decimal): -15429339 or 2461972. OLE color: 2461972.

HSL color Cylindrical-coordinate representation of color #149125: hue angle of 128.16º 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 #149125 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 37 -
CMYK 0.86 0 0.74 0.43
HSL 128.16º 0.76% 0.32% -
HSV(B) 128.16º 0.86% 0.57% -
XYZ 10.75 20.53 5.15 -
YUV 95.31 95.09 74.28 -
System Red Green Blue C M Y K H S L
Decimal 20 145 37 0.86 0 0.74 0.43 128.16 0.76 0.32
Hex 14 91 25 56 0 4A 2B 80 4C 20
Octal 24 221 45 126 0 112 53 200 114 40
Binary 10100 10010001 100101 1010110 0 1001010 101011 10000000 1001100 100000

Color Harmonies of #149125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149125

Black with #149125

Text Example


Text Example

White with #149125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149125; }

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

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

background-color css

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

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

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

border-color css

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

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

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