Html Css Color HEX #149E2F Forest Green

📋 copy color: '#149E2F'

red 20 ◦ green 158 ◦ blue 47

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

Shades of Forest Green #149E2F

Tints of Forest Green #149E2F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 70.22%

 BLUE value IS 47 (18.75% from 255) = 20.89%

R = 8.89%
G = 70.22%
B = 20.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#149E2F (or 0x149E2F) is known color: Forest Green. HEX triplet: 14, 9E and 2F. RGB value is (20,158,47). Sum of RGB (Red+Green+Blue) = 20+158+47=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 158 (62.11% from 255 or 70.22% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 158 - color contains mainly: green. Hex color #149E2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149E2F is #EB61D0. Grayscale: #686868. Windows color (decimal): -15426001 or 3120660. OLE color: 3120660.

HSL color Cylindrical-coordinate representation of color #149E2F: hue angle of 131.74º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149E2F is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 158 47 -
CMYK 0.87 0 0.70 0.38
HSL 131.74º 0.78% 0.35% -
HSV(B) 131.74º 0.87% 0.62% -
XYZ 13.03 24.81 6.79 -
YUV 104.08 95.78 68.03 -
System Red Green Blue C M Y K H S L
Decimal 20 158 47 0.87 0 0.70 0.38 131.74 0.78 0.35
Hex 14 9E 2F 57 0 46 26 84 4E 23
Octal 24 236 57 127 0 106 46 204 116 43
Binary 10100 10011110 101111 1010111 0 1000110 100110 10000100 1001110 100011

Color Harmonies of #149E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149E2F

Black with #149E2F

Text Example


Text Example

White with #149E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149E2F; }

 p { color: rgb(20,158,47); }

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

background-color css

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

 a { background-color: rgb(20,158,47); }

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

border-color css

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

 span { border-color: rgb(20,158,47); }

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