Html Css Color HEX #138015 Forest Green

📋 copy color: '#138015'

red 19 ◦ green 128 ◦ blue 21

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

Shades of Forest Green #138015

Tints of Forest Green #138015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 76.19%

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

R = 11.31%
G = 76.19%
B = 12.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#138015 (or 0x138015) is known color: Forest Green. HEX triplet: 13, 80 and 15. RGB value is (19,128,21). Sum of RGB (Red+Green+Blue) = 19+128+21=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 128 (50.39% from 255 or 76.19% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 128 - color contains mainly: green. Hex color #138015 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138015 is #EC7FEA. Grayscale: #535353. Windows color (decimal): -15499243 or 1409043. OLE color: 1409043.

HSL color Cylindrical-coordinate representation of color #138015: hue angle of 121.1º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138015 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 21 -
CMYK 0.85 0 0.84 0.50
HSL 121.1º 0.74% 0.29% -
HSV(B) 121.1º 0.85% 0.5% -
XYZ 8.12 15.63 3.3 -
YUV 83.21 92.89 82.2 -
System Red Green Blue C M Y K H S L
Decimal 19 128 21 0.85 0 0.84 0.50 121.1 0.74 0.29
Hex 13 80 15 55 0 54 32 79 4A 1D
Octal 23 200 25 125 0 124 62 171 112 35
Binary 10011 10000000 10101 1010101 0 1010100 110010 1111001 1001010 11101

Color Harmonies of #138015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138015

Black with #138015

Text Example


Text Example

White with #138015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138015; }

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

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

background-color css

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

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

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

border-color css

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

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

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