Html Css Color HEX #149613 Forest Green

📋 copy color: '#149613'

red 20 ◦ green 150 ◦ blue 19

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

Shades of Forest Green #149613

Tints of Forest Green #149613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 79.37%

 BLUE value IS 19 (7.81% from 255) = 10.05%

R = 10.58%
G = 79.37%
B = 10.05%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#149613 (or 0x149613) is known color: Forest Green. HEX triplet: 14, 96 and 13. RGB value is (20,150,19). Sum of RGB (Red+Green+Blue) = 20+150+19=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 150 (58.98% from 255 or 79.37% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 150 - color contains mainly: green. Hex color #149613 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149613 is #EB69EC. Grayscale: #606060. Windows color (decimal): -15428077 or 1283604. OLE color: 1283604.

HSL color Cylindrical-coordinate representation of color #149613: hue angle of 119.54º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149613 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 19 -
CMYK 0.87 0 0.87 0.41
HSL 119.54º 0.78% 0.33% -
HSV(B) 119.54º 0.87% 0.59% -
XYZ 11.31 22.01 4.27 -
YUV 96.2 84.43 73.65 -
System Red Green Blue C M Y K H S L
Decimal 20 150 19 0.87 0 0.87 0.41 119.54 0.78 0.33
Hex 14 96 13 57 0 57 29 78 4E 21
Octal 24 226 23 127 0 127 51 170 116 41
Binary 10100 10010110 10011 1010111 0 1010111 101001 1111000 1001110 100001

Color Harmonies of #149613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149613

Black with #149613

Text Example


Text Example

White with #149613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149613; }

 p { color: rgb(20,150,19); }

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

background-color css

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

 a { background-color: rgb(20,150,19); }

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

border-color css

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

 span { border-color: rgb(20,150,19); }

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