Html Css Color HEX #137925 Forest Green

📋 copy color: '#137925'

red 19 ◦ green 121 ◦ blue 37

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

Shades of Forest Green #137925

Tints of Forest Green #137925

RGB

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

 GREEN value IS 121 (47.66% from 255) = 68.36%

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

R = 10.73%
G = 68.36%
B = 20.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#137925 (or 0x137925) is known color: Forest Green. HEX triplet: 13, 79 and 25. RGB value is (19,121,37). Sum of RGB (Red+Green+Blue) = 19+121+37=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 121 (47.66% from 255 or 68.36% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 121 - color contains mainly: green. Hex color #137925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137925 is #EC86DA. Grayscale: #515151. Windows color (decimal): -15501019 or 2455827. OLE color: 2455827.

HSL color Cylindrical-coordinate representation of color #137925: hue angle of 130.59º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137925 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 121 37 -
CMYK 0.84 0 0.69 0.53
HSL 130.59º 0.73% 0.27% -
HSV(B) 130.59º 0.84% 0.47% -
XYZ 7.44 13.95 4.05 -
YUV 80.93 103.21 83.83 -
System Red Green Blue C M Y K H S L
Decimal 19 121 37 0.84 0 0.69 0.53 130.59 0.73 0.27
Hex 13 79 25 54 0 45 35 83 49 1B
Octal 23 171 45 124 0 105 65 203 111 33
Binary 10011 1111001 100101 1010100 0 1000101 110101 10000011 1001001 11011

Color Harmonies of #137925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137925

Black with #137925

Text Example


Text Example

White with #137925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137925; }

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

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

background-color css

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

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

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

border-color css

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

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

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