Html Css Color HEX #138631 Forest Green

📋 copy color: '#138631'

red 19 ◦ green 134 ◦ blue 49

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

Shades of Forest Green #138631

Tints of Forest Green #138631

RGB

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

 GREEN value IS 134 (52.73% from 255) = 66.34%

 BLUE value IS 49 (19.53% from 255) = 24.26%

R = 9.41%
G = 66.34%
B = 24.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#138631 (or 0x138631) is known color: Forest Green. HEX triplet: 13, 86 and 31. RGB value is (19,134,49). Sum of RGB (Red+Green+Blue) = 19+134+49=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 134 (52.73% from 255 or 66.34% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 134 - color contains mainly: green. Hex color #138631 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138631 is #EC79CE. Grayscale: #5A5A5A. Windows color (decimal): -15497679 or 3245587. OLE color: 3245587.

HSL color Cylindrical-coordinate representation of color #138631: hue angle of 135.65º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138631 is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 134 49 -
CMYK 0.86 0 0.63 0.47
HSL 135.65º 0.75% 0.3% -
HSV(B) 135.65º 0.86% 0.53% -
XYZ 9.35 17.41 5.77 -
YUV 89.93 104.9 77.41 -
System Red Green Blue C M Y K H S L
Decimal 19 134 49 0.86 0 0.63 0.47 135.65 0.75 0.3
Hex 13 86 31 56 0 3F 2F 88 4B 1E
Octal 23 206 61 126 0 77 57 210 113 36
Binary 10011 10000110 110001 1010110 0 111111 101111 10001000 1001011 11110

Color Harmonies of #138631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138631

Black with #138631

Text Example


Text Example

White with #138631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138631; }

 p { color: rgb(19,134,49); }

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

background-color css

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

 a { background-color: rgb(19,134,49); }

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

border-color css

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

 span { border-color: rgb(19,134,49); }

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