Html Css Color HEX #138B16 Forest Green

📋 copy color: '#138B16'

red 19 ◦ green 139 ◦ blue 22

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

Shades of Forest Green #138B16

Tints of Forest Green #138B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.22%

R = 10.56%
G = 77.22%
B = 12.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#138B16 (or 0x138B16) is known color: Forest Green. HEX triplet: 13, 8B and 16. RGB value is (19,139,22). Sum of RGB (Red+Green+Blue) = 19+139+22=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 139 (54.69% from 255 or 77.22% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 139 - color contains mainly: green. Hex color #138B16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138B16 is #EC74E9. Grayscale: #5A5A5A. Windows color (decimal): -15496426 or 1477395. OLE color: 1477395.

HSL color Cylindrical-coordinate representation of color #138B16: hue angle of 121.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 #138B16 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 139 22 -
CMYK 0.86 0 0.84 0.45
HSL 121.5º 0.76% 0.31% -
HSV(B) 121.5º 0.86% 0.55% -
XYZ 9.65 18.66 3.85 -
YUV 89.78 89.74 77.51 -
System Red Green Blue C M Y K H S L
Decimal 19 139 22 0.86 0 0.84 0.45 121.5 0.76 0.31
Hex 13 8B 16 56 0 54 2D 7A 4C 1F
Octal 23 213 26 126 0 124 55 172 114 37
Binary 10011 10001011 10110 1010110 0 1010100 101101 1111010 1001100 11111

Color Harmonies of #138B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B16

Black with #138B16

Text Example


Text Example

White with #138B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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