Html Css Color HEX #139125 Forest Green

📋 copy color: '#139125'

red 19 ◦ green 145 ◦ blue 37

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

Shades of Forest Green #139125

Tints of Forest Green #139125

RGB

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

 GREEN value IS 145 (57.03% from 255) = 72.14%

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

R = 9.45%
G = 72.14%
B = 18.41%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#139125 (or 0x139125) is known color: Forest Green. HEX triplet: 13, 91 and 25. RGB value is (19,145,37). Sum of RGB (Red+Green+Blue) = 19+145+37=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 145 (57.03% from 255 or 72.14% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 145 - color contains mainly: green. Hex color #139125 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139125 is #EC6EDA. Grayscale: #5F5F5F. Windows color (decimal): -15494875 or 2461971. OLE color: 2461971.

HSL color Cylindrical-coordinate representation of color #139125: hue angle of 128.57º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139125 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 145 37 -
CMYK 0.87 0 0.74 0.43
HSL 128.57º 0.77% 0.32% -
HSV(B) 128.57º 0.87% 0.57% -
XYZ 10.73 20.52 5.15 -
YUV 95.01 95.26 73.78 -
System Red Green Blue C M Y K H S L
Decimal 19 145 37 0.87 0 0.74 0.43 128.57 0.77 0.32
Hex 13 91 25 57 0 4A 2B 81 4D 20
Octal 23 221 45 127 0 112 53 201 115 40
Binary 10011 10010001 100101 1010111 0 1001010 101011 10000001 1001101 100000

Color Harmonies of #139125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139125

Black with #139125

Text Example


Text Example

White with #139125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139125; }

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

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

background-color css

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

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

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

border-color css

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

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

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