Html Css Color HEX #138E32 Forest Green

📋 copy color: '#138E32'

red 19 ◦ green 142 ◦ blue 50

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

Shades of Forest Green #138E32

Tints of Forest Green #138E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 9%
G = 67.3%
B = 23.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#138E32 (or 0x138E32) is known color: Forest Green. HEX triplet: 13, 8E and 32. RGB value is (19,142,50). Sum of RGB (Red+Green+Blue) = 19+142+50=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 142 (55.86% from 255 or 67.30% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 142 - color contains mainly: green. Hex color #138E32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E32 is #EC71CD. Grayscale: #5E5E5E. Windows color (decimal): -15495630 or 3313171. OLE color: 3313171.

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

Color convert

RGB 19 142 50 -
CMYK 0.87 0 0.65 0.44
HSL 135.12º 0.76% 0.32% -
HSV(B) 135.12º 0.87% 0.56% -
XYZ 10.52 19.71 6.27 -
YUV 94.74 102.75 73.98 -
System Red Green Blue C M Y K H S L
Decimal 19 142 50 0.87 0 0.65 0.44 135.12 0.76 0.32
Hex 13 8E 32 57 0 41 2C 87 4C 20
Octal 23 216 62 127 0 101 54 207 114 40
Binary 10011 10001110 110010 1010111 0 1000001 101100 10000111 1001100 100000

Color Harmonies of #138E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E32

Black with #138E32

Text Example


Text Example

White with #138E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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