Html Css Color HEX #138B1A Forest Green

📋 copy color: '#138B1A'

red 19 ◦ green 139 ◦ blue 26

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

Shades of Forest Green #138B1A

Tints of Forest Green #138B1A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 75.54%

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

R = 10.33%
G = 75.54%
B = 14.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#138B1A (or 0x138B1A) is known color: Forest Green. HEX triplet: 13, 8B and 1A. RGB value is (19,139,26). Sum of RGB (Red+Green+Blue) = 19+139+26=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 139 (54.69% from 255 or 75.54% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 139 - color contains mainly: green. Hex color #138B1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B1A is #EC74E5. Grayscale: #5A5A5A. Windows color (decimal): -15496422 or 1739539. OLE color: 1739539.

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

Color convert

RGB 19 139 26 -
CMYK 0.86 0 0.81 0.45
HSL 123.5º 0.76% 0.31% -
HSV(B) 123.5º 0.86% 0.55% -
XYZ 9.69 18.68 4.07 -
YUV 90.24 91.74 77.19 -
System Red Green Blue C M Y K H S L
Decimal 19 139 26 0.86 0 0.81 0.45 123.5 0.76 0.31
Hex 13 8B 1A 56 0 51 2D 7C 4C 1F
Octal 23 213 32 126 0 121 55 174 114 37
Binary 10011 10001011 11010 1010110 0 1010001 101101 1111100 1001100 11111

Color Harmonies of #138B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B1A

Black with #138B1A

Text Example


Text Example

White with #138B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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