Html Css Color HEX #138D16 Forest Green

📋 copy color: '#138D16'

red 19 ◦ green 141 ◦ blue 22

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

Shades of Forest Green #138D16

Tints of Forest Green #138D16

RGB

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

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

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

R = 10.44%
G = 77.47%
B = 12.09%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#138D16 (or 0x138D16) is known color: Forest Green. HEX triplet: 13, 8D and 16. RGB value is (19,141,22). Sum of RGB (Red+Green+Blue) = 19+141+22=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 141 (55.47% from 255 or 77.47% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 141 - color contains mainly: green. Hex color #138D16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138D16 is #EC72E9. Grayscale: #5B5B5B. Windows color (decimal): -15495914 or 1477907. OLE color: 1477907.

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

Color convert

RGB 19 141 22 -
CMYK 0.87 0 0.84 0.45
HSL 121.48º 0.76% 0.31% -
HSV(B) 121.48º 0.87% 0.55% -
XYZ 9.94 19.25 3.95 -
YUV 90.96 89.08 76.68 -
System Red Green Blue C M Y K H S L
Decimal 19 141 22 0.87 0 0.84 0.45 121.48 0.76 0.31
Hex 13 8D 16 57 0 54 2D 79 4C 1F
Octal 23 215 26 127 0 124 55 171 114 37
Binary 10011 10001101 10110 1010111 0 1010100 101101 1111001 1001100 11111

Color Harmonies of #138D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D16

Black with #138D16

Text Example


Text Example

White with #138D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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