Html Css Color HEX #138D1A Forest Green

📋 copy color: '#138D1A'

red 19 ◦ green 141 ◦ blue 26

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

Shades of Forest Green #138D1A

Tints of Forest Green #138D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.98%

R = 10.22%
G = 75.81%
B = 13.98%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#138D1A (or 0x138D1A) is known color: Forest Green. HEX triplet: 13, 8D and 1A. RGB value is (19,141,26). Sum of RGB (Red+Green+Blue) = 19+141+26=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 141 (55.47% from 255 or 75.81% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 141 - color contains mainly: green. Hex color #138D1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138D1A is #EC72E5. Grayscale: #5B5B5B. Windows color (decimal): -15495910 or 1740051. OLE color: 1740051.

HSL color Cylindrical-coordinate representation of color #138D1A: hue angle of 123.44º 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 #138D1A is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 141 26 -
CMYK 0.87 0 0.82 0.45
HSL 123.44º 0.76% 0.31% -
HSV(B) 123.44º 0.87% 0.55% -
XYZ 9.98 19.26 4.17 -
YUV 91.41 91.08 76.35 -
System Red Green Blue C M Y K H S L
Decimal 19 141 26 0.87 0 0.82 0.45 123.44 0.76 0.31
Hex 13 8D 1A 57 0 52 2D 7B 4C 1F
Octal 23 215 32 127 0 122 55 173 114 37
Binary 10011 10001101 11010 1010111 0 1010010 101101 1111011 1001100 11111

Color Harmonies of #138D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D1A

Black with #138D1A

Text Example


Text Example

White with #138D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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