Html Css Color HEX #149F1C Forest Green

📋 copy color: '#149F1C'

red 20 ◦ green 159 ◦ blue 28

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

Shades of Forest Green #149F1C

Tints of Forest Green #149F1C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 76.81%

 BLUE value IS 28 (11.33% from 255) = 13.53%

R = 9.66%
G = 76.81%
B = 13.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#149F1C (or 0x149F1C) is known color: Forest Green. HEX triplet: 14, 9F and 1C. RGB value is (20,159,28). Sum of RGB (Red+Green+Blue) = 20+159+28=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 159 (62.5% from 255 or 76.81% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 159 - color contains mainly: green. Hex color #149F1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149F1C is #EB60E3. Grayscale: #666666. Windows color (decimal): -15425764 or 1875732. OLE color: 1875732.

HSL color Cylindrical-coordinate representation of color #149F1C: hue angle of 123.45º 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 #149F1C is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 159 28 -
CMYK 0.87 0 0.82 0.38
HSL 123.45º 0.78% 0.35% -
HSV(B) 123.45º 0.87% 0.62% -
XYZ 12.9 25.03 5.25 -
YUV 102.51 85.95 69.15 -
System Red Green Blue C M Y K H S L
Decimal 20 159 28 0.87 0 0.82 0.38 123.45 0.78 0.35
Hex 14 9F 1C 57 0 52 26 7B 4E 23
Octal 24 237 34 127 0 122 46 173 116 43
Binary 10100 10011111 11100 1010111 0 1010010 100110 1111011 1001110 100011

Color Harmonies of #149F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149F1C

Black with #149F1C

Text Example


Text Example

White with #149F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,159,28); }

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

background-color css

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

 a { background-color: rgb(20,159,28); }

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

border-color css

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

 span { border-color: rgb(20,159,28); }

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