Html Css Color HEX #149415 Forest Green

📋 copy color: '#149415'

red 20 ◦ green 148 ◦ blue 21

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

Shades of Forest Green #149415

Tints of Forest Green #149415

RGB

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

 GREEN value IS 148 (58.2% from 255) = 78.31%

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 10.58%
G = 78.31%
B = 11.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#149415 (or 0x149415) is known color: Forest Green. HEX triplet: 14, 94 and 15. RGB value is (20,148,21). Sum of RGB (Red+Green+Blue) = 20+148+21=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 148 (58.20% from 255 or 78.31% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 148 - color contains mainly: green. Hex color #149415 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149415 is #EB6BEA. Grayscale: #5F5F5F. Windows color (decimal): -15428587 or 1414164. OLE color: 1414164.

HSL color Cylindrical-coordinate representation of color #149415: hue angle of 120.47º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149415 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 148 21 -
CMYK 0.86 0 0.86 0.42
HSL 120.47º 0.76% 0.33% -
HSV(B) 120.47º 0.86% 0.58% -
XYZ 11.01 21.38 4.26 -
YUV 95.25 86.09 74.33 -
System Red Green Blue C M Y K H S L
Decimal 20 148 21 0.86 0 0.86 0.42 120.47 0.76 0.33
Hex 14 94 15 56 0 56 2A 78 4C 21
Octal 24 224 25 126 0 126 52 170 114 41
Binary 10100 10010100 10101 1010110 0 1010110 101010 1111000 1001100 100001

Color Harmonies of #149415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149415

Black with #149415

Text Example


Text Example

White with #149415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149415; }

 p { color: rgb(20,148,21); }

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

background-color css

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

 a { background-color: rgb(20,148,21); }

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

border-color css

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

 span { border-color: rgb(20,148,21); }

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