Html Css Color HEX #149038 Forest Green

📋 copy color: '#149038'

red 20 ◦ green 144 ◦ blue 56

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

Shades of Forest Green #149038

Tints of Forest Green #149038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.45%

R = 9.09%
G = 65.45%
B = 25.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#149038 (or 0x149038) is known color: Forest Green. HEX triplet: 14, 90 and 38. RGB value is (20,144,56). Sum of RGB (Red+Green+Blue) = 20+144+56=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 144 (56.64% from 255 or 65.45% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 144 - color contains mainly: green. Hex color #149038 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149038 is #EB6FC7. Grayscale: #616161. Windows color (decimal): -15429576 or 3706900. OLE color: 3706900.

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

Color convert

RGB 20 144 56 -
CMYK 0.86 0 0.61 0.44
HSL 137.42º 0.76% 0.32% -
HSV(B) 137.42º 0.86% 0.56% -
XYZ 10.98 20.38 7.1 -
YUV 96.89 104.92 73.16 -
System Red Green Blue C M Y K H S L
Decimal 20 144 56 0.86 0 0.61 0.44 137.42 0.76 0.32
Hex 14 90 38 56 0 3D 2C 89 4C 20
Octal 24 220 70 126 0 75 54 211 114 40
Binary 10100 10010000 111000 1010110 0 111101 101100 10001001 1001100 100000

Color Harmonies of #149038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149038

Black with #149038

Text Example


Text Example

White with #149038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149038; }

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

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

background-color css

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

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

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

border-color css

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

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

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