Html Css Color HEX #138E0F Forest Green

📋 copy color: '#138E0F'

red 19 ◦ green 142 ◦ blue 15

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

Shades of Forest Green #138E0F

Tints of Forest Green #138E0F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 80.68%

 BLUE value IS 15 (6.25% from 255) = 8.52%

R = 10.8%
G = 80.68%
B = 8.52%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#138E0F (or 0x138E0F) is known color: Forest Green. HEX triplet: 13, 8E and 0F. RGB value is (19,142,15). Sum of RGB (Red+Green+Blue) = 19+142+15=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 142 (55.86% from 255 or 80.68% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 142 - color contains mainly: green. Hex color #138E0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138E0F is #EC71F0. Grayscale: #5B5B5B. Windows color (decimal): -15495665 or 1019411. OLE color: 1019411.

HSL color Cylindrical-coordinate representation of color #138E0F: hue angle of 118.11º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138E0F is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 142 15 -
CMYK 0.87 0 0.89 0.44
HSL 118.11º 0.81% 0.31% -
HSV(B) 118.11º 0.89% 0.56% -
XYZ 10.03 19.52 3.69 -
YUV 90.75 85.25 76.83 -
System Red Green Blue C M Y K H S L
Decimal 19 142 15 0.87 0 0.89 0.44 118.11 0.81 0.31
Hex 13 8E F 57 0 59 2C 76 51 1F
Octal 23 216 17 127 0 131 54 166 121 37
Binary 10011 10001110 1111 1010111 0 1011001 101100 1110110 1010001 11111

Color Harmonies of #138E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E0F

Black with #138E0F

Text Example


Text Example

White with #138E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,142,15); }

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

background-color css

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

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

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

border-color css

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

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

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