Html Css Color HEX #138D1B Forest Green

📋 copy color: '#138D1B'

red 19 ◦ green 141 ◦ blue 27

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

Shades of Forest Green #138D1B

Tints of Forest Green #138D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 75.4%

 BLUE value IS 27 (10.94% from 255) = 14.44%

R = 10.16%
G = 75.4%
B = 14.44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#138D1B (or 0x138D1B) is known color: Forest Green. HEX triplet: 13, 8D and 1B. RGB value is (19,141,27). Sum of RGB (Red+Green+Blue) = 19+141+27=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 141 (55.47% from 255 or 75.40% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 141 - color contains mainly: green. Hex color #138D1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138D1B is #EC72E4. Grayscale: #5B5B5B. Windows color (decimal): -15495909 or 1805587. OLE color: 1805587.

HSL color Cylindrical-coordinate representation of color #138D1B: hue angle of 123.93º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D1B is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 141 27 -
CMYK 0.87 0 0.81 0.45
HSL 123.93º 0.76% 0.31% -
HSV(B) 123.93º 0.87% 0.55% -
XYZ 9.99 19.27 4.23 -
YUV 91.53 91.58 76.27 -
System Red Green Blue C M Y K H S L
Decimal 19 141 27 0.87 0 0.81 0.45 123.93 0.76 0.31
Hex 13 8D 1B 57 0 51 2D 7C 4C 1F
Octal 23 215 33 127 0 121 55 174 114 37
Binary 10011 10001101 11011 1010111 0 1010001 101101 1111100 1001100 11111

Color Harmonies of #138D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D1B

Black with #138D1B

Text Example


Text Example

White with #138D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138D1B; }

 p { color: rgb(19,141,27); }

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

background-color css

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

 a { background-color: rgb(19,141,27); }

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

border-color css

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

 span { border-color: rgb(19,141,27); }

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