Html Css Color HEX #138C15 Forest Green

📋 copy color: '#138C15'

red 19 ◦ green 140 ◦ blue 21

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

Shades of Forest Green #138C15

Tints of Forest Green #138C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.67%

R = 10.56%
G = 77.78%
B = 11.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#138C15 (or 0x138C15) is known color: Forest Green. HEX triplet: 13, 8C and 15. RGB value is (19,140,21). Sum of RGB (Red+Green+Blue) = 19+140+21=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 140 (55.08% from 255 or 77.78% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 140 - color contains mainly: green. Hex color #138C15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138C15 is #EC73EA. Grayscale: #5A5A5A. Windows color (decimal): -15496171 or 1412115. OLE color: 1412115.

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

Color convert

RGB 19 140 21 -
CMYK 0.86 0 0.85 0.45
HSL 120.99º 0.76% 0.31% -
HSV(B) 120.99º 0.86% 0.55% -
XYZ 9.78 18.95 3.85 -
YUV 90.26 88.91 77.18 -
System Red Green Blue C M Y K H S L
Decimal 19 140 21 0.86 0 0.85 0.45 120.99 0.76 0.31
Hex 13 8C 15 56 0 55 2D 79 4C 1F
Octal 23 214 25 126 0 125 55 171 114 37
Binary 10011 10001100 10101 1010110 0 1010101 101101 1111001 1001100 11111

Color Harmonies of #138C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C15

Black with #138C15

Text Example


Text Example

White with #138C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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