Html Css Color HEX #138C11 Forest Green

📋 copy color: '#138C11'

red 19 ◦ green 140 ◦ blue 17

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

Shades of Forest Green #138C11

Tints of Forest Green #138C11

RGB

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

 GREEN value IS 140 (55.08% from 255) = 79.55%

 BLUE value IS 17 (7.03% from 255) = 9.66%

R = 10.8%
G = 79.55%
B = 9.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#138C11 (or 0x138C11) is known color: Forest Green. HEX triplet: 13, 8C and 11. RGB value is (19,140,17). Sum of RGB (Red+Green+Blue) = 19+140+17=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 140 (55.08% from 255 or 79.55% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 140 - color contains mainly: green. Hex color #138C11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138C11 is #EC73EE. Grayscale: #5A5A5A. Windows color (decimal): -15496175 or 1149971. OLE color: 1149971.

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

Color convert

RGB 19 140 17 -
CMYK 0.86 0 0.88 0.45
HSL 119.02º 0.78% 0.31% -
HSV(B) 119.02º 0.88% 0.55% -
XYZ 9.75 18.94 3.67 -
YUV 89.8 86.91 77.5 -
System Red Green Blue C M Y K H S L
Decimal 19 140 17 0.86 0 0.88 0.45 119.02 0.78 0.31
Hex 13 8C 11 56 0 58 2D 77 4E 1F
Octal 23 214 21 126 0 130 55 167 116 37
Binary 10011 10001100 10001 1010110 0 1011000 101101 1110111 1001110 11111

Color Harmonies of #138C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C11

Black with #138C11

Text Example


Text Example

White with #138C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,140,17); }

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

background-color css

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

 a { background-color: rgb(19,140,17); }

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

border-color css

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

 span { border-color: rgb(19,140,17); }

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