Html Css Color HEX #138E2C Forest Green

📋 copy color: '#138E2C'

red 19 ◦ green 142 ◦ blue 44

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

Shades of Forest Green #138E2C

Tints of Forest Green #138E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.46%

R = 9.27%
G = 69.27%
B = 21.46%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#138E2C (or 0x138E2C) is known color: Forest Green. HEX triplet: 13, 8E and 2C. RGB value is (19,142,44). Sum of RGB (Red+Green+Blue) = 19+142+44=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 142 (55.86% from 255 or 69.27% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 142 - color contains mainly: green. Hex color #138E2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E2C is #EC71D3. Grayscale: #5E5E5E. Windows color (decimal): -15495636 or 2919955. OLE color: 2919955.

HSL color Cylindrical-coordinate representation of color #138E2C: hue angle of 132.2º 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 #138E2C is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 142 44 -
CMYK 0.87 0 0.69 0.44
HSL 132.2º 0.76% 0.32% -
HSV(B) 132.2º 0.87% 0.56% -
XYZ 10.4 19.67 5.63 -
YUV 94.05 99.75 74.47 -
System Red Green Blue C M Y K H S L
Decimal 19 142 44 0.87 0 0.69 0.44 132.2 0.76 0.32
Hex 13 8E 2C 57 0 45 2C 84 4C 20
Octal 23 216 54 127 0 105 54 204 114 40
Binary 10011 10001110 101100 1010111 0 1000101 101100 10000100 1001100 100000

Color Harmonies of #138E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E2C

Black with #138E2C

Text Example


Text Example

White with #138E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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