Html Css Color HEX #139325 Forest Green

📋 copy color: '#139325'

red 19 ◦ green 147 ◦ blue 37

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

Shades of Forest Green #139325

Tints of Forest Green #139325

RGB

 RED value IS 19 (7.81% from 255) = 9.36%

 GREEN value IS 147 (57.81% from 255) = 72.41%

 BLUE value IS 37 (14.84% from 255) = 18.23%

R = 9.36%
G = 72.41%
B = 18.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#139325 (or 0x139325) is known color: Forest Green. HEX triplet: 13, 93 and 25. RGB value is (19,147,37). Sum of RGB (Red+Green+Blue) = 19+147+37=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 147 (57.81% from 255 or 72.41% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 147 - color contains mainly: green. Hex color #139325 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139325 is #EC6CDA. Grayscale: #606060. Windows color (decimal): -15494363 or 2462483. OLE color: 2462483.

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

Color convert

RGB 19 147 37 -
CMYK 0.87 0 0.75 0.42
HSL 128.44º 0.77% 0.33% -
HSV(B) 128.44º 0.87% 0.58% -
XYZ 11.04 21.14 5.25 -
YUV 96.19 94.59 72.94 -
System Red Green Blue C M Y K H S L
Decimal 19 147 37 0.87 0 0.75 0.42 128.44 0.77 0.33
Hex 13 93 25 57 0 4B 2A 80 4D 21
Octal 23 223 45 127 0 113 52 200 115 41
Binary 10011 10010011 100101 1010111 0 1001011 101010 10000000 1001101 100001

Color Harmonies of #139325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139325

Black with #139325

Text Example


Text Example

White with #139325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139325; }

 p { color: rgb(19,147,37); }

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

background-color css

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

 a { background-color: rgb(19,147,37); }

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

border-color css

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

 span { border-color: rgb(19,147,37); }

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