Html Css Color HEX #138C13 Forest Green

📋 copy color: '#138C13'

red 19 ◦ green 140 ◦ blue 19

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

Shades of Forest Green #138C13

Tints of Forest Green #138C13

RGB

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

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

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

R = 10.67%
G = 78.65%
B = 10.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#138C13 (or 0x138C13) is known color: Forest Green. HEX triplet: 13, 8C and 13. RGB value is (19,140,19). Sum of RGB (Red+Green+Blue) = 19+140+19=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 140 (55.08% from 255 or 78.65% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 140 - color contains mainly: green. Hex color #138C13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138C13 is #EC73EC. Grayscale: #5A5A5A. Windows color (decimal): -15496173 or 1281043. OLE color: 1281043.

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

Color convert

RGB 19 140 19 -
CMYK 0.86 0 0.86 0.45
HSL 120º 0.76% 0.31% -
HSV(B) 120º 0.86% 0.55% -
XYZ 9.76 18.94 3.76 -
YUV 90.03 87.91 77.34 -
System Red Green Blue C M Y K H S L
Decimal 19 140 19 0.86 0 0.86 0.45 120 0.76 0.31
Hex 13 8C 13 56 0 56 2D 78 4C 1F
Octal 23 214 23 126 0 126 55 170 114 37
Binary 10011 10001100 10011 1010110 0 1010110 101101 1111000 1001100 11111

Color Harmonies of #138C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C13

Black with #138C13

Text Example


Text Example

White with #138C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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