Html Css Color HEX #137B27 Forest Green

📋 copy color: '#137B27'

red 19 ◦ green 123 ◦ blue 39

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

Shades of Forest Green #137B27

Tints of Forest Green #137B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.55%

R = 10.5%
G = 67.96%
B = 21.55%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.68

 K value IS 0.52

RGB Variations

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

Color information

#137B27 (or 0x137B27) is known color: Forest Green. HEX triplet: 13, 7B and 27. RGB value is (19,123,39). Sum of RGB (Red+Green+Blue) = 19+123+39=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 123 (48.44% from 255 or 67.96% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 123 - color contains mainly: green. Hex color #137B27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B27 is #EC84D8. Grayscale: #525252. Windows color (decimal): -15500505 or 2587411. OLE color: 2587411.

HSL color Cylindrical-coordinate representation of color #137B27: hue angle of 131.54º 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 #137B27 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 123 39 -
CMYK 0.85 0 0.68 0.52
HSL 131.54º 0.73% 0.28% -
HSV(B) 131.54º 0.85% 0.48% -
XYZ 7.72 14.45 4.3 -
YUV 82.33 103.54 82.83 -
System Red Green Blue C M Y K H S L
Decimal 19 123 39 0.85 0 0.68 0.52 131.54 0.73 0.28
Hex 13 7B 27 55 0 44 34 84 49 1C
Octal 23 173 47 125 0 104 64 204 111 34
Binary 10011 1111011 100111 1010101 0 1000100 110100 10000100 1001001 11100

Color Harmonies of #137B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B27

Black with #137B27

Text Example


Text Example

White with #137B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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