Html Css Color HEX #138916 Forest Green

📋 copy color: '#138916'

red 19 ◦ green 137 ◦ blue 22

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

Shades of Forest Green #138916

Tints of Forest Green #138916

RGB

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

 GREEN value IS 137 (53.91% from 255) = 76.97%

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

R = 10.67%
G = 76.97%
B = 12.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#138916 (or 0x138916) is known color: Forest Green. HEX triplet: 13, 89 and 16. RGB value is (19,137,22). Sum of RGB (Red+Green+Blue) = 19+137+22=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 137 (53.91% from 255 or 76.97% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 137 - color contains mainly: green. Hex color #138916 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138916 is #EC76E9. Grayscale: #585858. Windows color (decimal): -15496938 or 1476883. OLE color: 1476883.

HSL color Cylindrical-coordinate representation of color #138916: hue angle of 121.53º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138916 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 22 -
CMYK 0.86 0 0.84 0.46
HSL 121.53º 0.76% 0.31% -
HSV(B) 121.53º 0.86% 0.54% -
XYZ 9.36 18.09 3.76 -
YUV 88.61 90.41 78.35 -
System Red Green Blue C M Y K H S L
Decimal 19 137 22 0.86 0 0.84 0.46 121.53 0.76 0.31
Hex 13 89 16 56 0 54 2E 7A 4C 1F
Octal 23 211 26 126 0 124 56 172 114 37
Binary 10011 10001001 10110 1010110 0 1010100 101110 1111010 1001100 11111

Color Harmonies of #138916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138916

Black with #138916

Text Example


Text Example

White with #138916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138916; }

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

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

background-color css

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

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

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

border-color css

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

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

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