Html Css Color HEX #149622 Forest Green

📋 copy color: '#149622'

red 20 ◦ green 150 ◦ blue 34

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

Shades of Forest Green #149622

Tints of Forest Green #149622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.67%

R = 9.8%
G = 73.53%
B = 16.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#149622 (or 0x149622) is known color: Forest Green. HEX triplet: 14, 96 and 22. RGB value is (20,150,34). Sum of RGB (Red+Green+Blue) = 20+150+34=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 150 (58.98% from 255 or 73.53% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 150 - color contains mainly: green. Hex color #149622 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149622 is #EB69DD. Grayscale: #626262. Windows color (decimal): -15428062 or 2266644. OLE color: 2266644.

HSL color Cylindrical-coordinate representation of color #149622: hue angle of 126.46º degrees, saturation: 0.76, 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 #149622 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 34 -
CMYK 0.87 0 0.77 0.41
HSL 126.46º 0.76% 0.33% -
HSV(B) 126.46º 0.87% 0.59% -
XYZ 11.48 22.08 5.17 -
YUV 97.91 91.93 72.43 -
System Red Green Blue C M Y K H S L
Decimal 20 150 34 0.87 0 0.77 0.41 126.46 0.76 0.33
Hex 14 96 22 57 0 4D 29 7E 4C 21
Octal 24 226 42 127 0 115 51 176 114 41
Binary 10100 10010110 100010 1010111 0 1001101 101001 1111110 1001100 100001

Color Harmonies of #149622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149622

Black with #149622

Text Example


Text Example

White with #149622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149622; }

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

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

background-color css

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

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

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

border-color css

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

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

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