Html Css Color HEX #149539 Forest Green

📋 copy color: '#149539'

red 20 ◦ green 149 ◦ blue 57

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

Shades of Forest Green #149539

Tints of Forest Green #149539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.22%

R = 8.85%
G = 65.93%
B = 25.22%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#149539 (or 0x149539) is known color: Forest Green. HEX triplet: 14, 95 and 39. RGB value is (20,149,57). Sum of RGB (Red+Green+Blue) = 20+149+57=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #149539 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149539 is #EB6AC6. Grayscale: #646464. Windows color (decimal): -15428295 or 3773716. OLE color: 3773716.

HSL color Cylindrical-coordinate representation of color #149539: hue angle of 137.21º 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 #149539 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 57 -
CMYK 0.87 0 0.62 0.42
HSL 137.21º 0.76% 0.33% -
HSV(B) 137.21º 0.87% 0.58% -
XYZ 11.77 21.94 7.48 -
YUV 99.94 103.76 70.98 -
System Red Green Blue C M Y K H S L
Decimal 20 149 57 0.87 0 0.62 0.42 137.21 0.76 0.33
Hex 14 95 39 57 0 3E 2A 89 4C 21
Octal 24 225 71 127 0 76 52 211 114 41
Binary 10100 10010101 111001 1010111 0 111110 101010 10001001 1001100 100001

Color Harmonies of #149539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149539

Black with #149539

Text Example


Text Example

White with #149539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149539; }

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

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

background-color css

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

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

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

border-color css

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

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

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