Html Css Color HEX #137B26 Forest Green

📋 copy color: '#137B26'

red 19 ◦ green 123 ◦ blue 38

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

Shades of Forest Green #137B26

Tints of Forest Green #137B26

RGB

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

 GREEN value IS 123 (48.44% from 255) = 68.33%

 BLUE value IS 38 (15.23% from 255) = 21.11%

R = 10.56%
G = 68.33%
B = 21.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.52

RGB Variations

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

Color information

#137B26 (or 0x137B26) is known color: Forest Green. HEX triplet: 13, 7B and 26. RGB value is (19,123,38). Sum of RGB (Red+Green+Blue) = 19+123+38=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 123 (48.44% from 255 or 68.33% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 123 - color contains mainly: green. Hex color #137B26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B26 is #EC84D9. Grayscale: #525252. Windows color (decimal): -15500506 or 2521875. OLE color: 2521875.

HSL color Cylindrical-coordinate representation of color #137B26: hue angle of 130.96º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B26 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 123 38 -
CMYK 0.85 0 0.69 0.52
HSL 130.96º 0.73% 0.28% -
HSV(B) 130.96º 0.85% 0.48% -
XYZ 7.7 14.44 4.22 -
YUV 82.21 103.04 82.91 -
System Red Green Blue C M Y K H S L
Decimal 19 123 38 0.85 0 0.69 0.52 130.96 0.73 0.28
Hex 13 7B 26 55 0 45 34 83 49 1C
Octal 23 173 46 125 0 105 64 203 111 34
Binary 10011 1111011 100110 1010101 0 1000101 110100 10000011 1001001 11100

Color Harmonies of #137B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B26

Black with #137B26

Text Example


Text Example

White with #137B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137B26; }

 p { color: rgb(19,123,38); }

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

background-color css

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

 a { background-color: rgb(19,123,38); }

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

border-color css

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

 span { border-color: rgb(19,123,38); }

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