Html Css Color HEX #138E2F Forest Green

📋 copy color: '#138E2F'

red 19 ◦ green 142 ◦ blue 47

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

Shades of Forest Green #138E2F

Tints of Forest Green #138E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.6%

R = 9.13%
G = 68.27%
B = 22.6%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#138E2F (or 0x138E2F) is known color: Forest Green. HEX triplet: 13, 8E and 2F. RGB value is (19,142,47). Sum of RGB (Red+Green+Blue) = 19+142+47=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 142 (55.86% from 255 or 68.27% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 142 - color contains mainly: green. Hex color #138E2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E2F is #EC71D0. Grayscale: #5E5E5E. Windows color (decimal): -15495633 or 3116563. OLE color: 3116563.

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

Color convert

RGB 19 142 47 -
CMYK 0.87 0 0.67 0.44
HSL 133.66º 0.76% 0.32% -
HSV(B) 133.66º 0.87% 0.56% -
XYZ 10.45 19.69 5.94 -
YUV 94.39 101.25 74.22 -
System Red Green Blue C M Y K H S L
Decimal 19 142 47 0.87 0 0.67 0.44 133.66 0.76 0.32
Hex 13 8E 2F 57 0 43 2C 86 4C 20
Octal 23 216 57 127 0 103 54 206 114 40
Binary 10011 10001110 101111 1010111 0 1000011 101100 10000110 1001100 100000

Color Harmonies of #138E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E2F

Black with #138E2F

Text Example


Text Example

White with #138E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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