Html Css Color HEX #149A2E Forest Green

📋 copy color: '#149A2E'

red 20 ◦ green 154 ◦ blue 46

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

Shades of Forest Green #149A2E

Tints of Forest Green #149A2E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 70%

 BLUE value IS 46 (18.36% from 255) = 20.91%

R = 9.09%
G = 70%
B = 20.91%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#149A2E (or 0x149A2E) is known color: Forest Green. HEX triplet: 14, 9A and 2E. RGB value is (20,154,46). Sum of RGB (Red+Green+Blue) = 20+154+46=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 154 (60.55% from 255 or 70% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 154 - color contains mainly: green. Hex color #149A2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149A2E is #EB65D1. Grayscale: #656565. Windows color (decimal): -15427026 or 3054100. OLE color: 3054100.

HSL color Cylindrical-coordinate representation of color #149A2E: hue angle of 131.64º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149A2E is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 154 46 -
CMYK 0.87 0 0.70 0.40
HSL 131.64º 0.77% 0.34% -
HSV(B) 131.64º 0.87% 0.6% -
XYZ 12.34 23.46 6.46 -
YUV 101.62 96.61 69.78 -
System Red Green Blue C M Y K H S L
Decimal 20 154 46 0.87 0 0.70 0.40 131.64 0.77 0.34
Hex 14 9A 2E 57 0 46 28 84 4D 22
Octal 24 232 56 127 0 106 50 204 115 42
Binary 10100 10011010 101110 1010111 0 1000110 101000 10000100 1001101 100010

Color Harmonies of #149A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149A2E

Black with #149A2E

Text Example


Text Example

White with #149A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,154,46); }

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

background-color css

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

 a { background-color: rgb(20,154,46); }

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

border-color css

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

 span { border-color: rgb(20,154,46); }

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