Html Css Color HEX #149523 Forest Green

📋 copy color: '#149523'

red 20 ◦ green 149 ◦ blue 35

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

Shades of Forest Green #149523

Tints of Forest Green #149523

RGB

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

 GREEN value IS 149 (58.59% from 255) = 73.04%

 BLUE value IS 35 (14.06% from 255) = 17.16%

R = 9.8%
G = 73.04%
B = 17.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#149523 (or 0x149523) is known color: Forest Green. HEX triplet: 14, 95 and 23. RGB value is (20,149,35). Sum of RGB (Red+Green+Blue) = 20+149+35=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 149 (58.59% from 255 or 73.04% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 149 - color contains mainly: green. Hex color #149523 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149523 is #EB6ADC. Grayscale: #616161. Windows color (decimal): -15428317 or 2331924. OLE color: 2331924.

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

Color convert

RGB 20 149 35 -
CMYK 0.87 0 0.77 0.42
HSL 126.98º 0.76% 0.33% -
HSV(B) 126.98º 0.87% 0.58% -
XYZ 11.34 21.76 5.19 -
YUV 97.43 92.76 72.77 -
System Red Green Blue C M Y K H S L
Decimal 20 149 35 0.87 0 0.77 0.42 126.98 0.76 0.33
Hex 14 95 23 57 0 4D 2A 7F 4C 21
Octal 24 225 43 127 0 115 52 177 114 41
Binary 10100 10010101 100011 1010111 0 1001101 101010 1111111 1001100 100001

Color Harmonies of #149523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149523

Black with #149523

Text Example


Text Example

White with #149523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149523; }

 p { color: rgb(20,149,35); }

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

background-color css

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

 a { background-color: rgb(20,149,35); }

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

border-color css

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

 span { border-color: rgb(20,149,35); }

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