Html Css Color HEX #138D32 Forest Green

📋 copy color: '#138D32'

red 19 ◦ green 141 ◦ blue 50

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

Shades of Forest Green #138D32

Tints of Forest Green #138D32

RGB

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

 GREEN value IS 141 (55.47% from 255) = 67.14%

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

R = 9.05%
G = 67.14%
B = 23.81%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#138D32 (or 0x138D32) is known color: Forest Green. HEX triplet: 13, 8D and 32. RGB value is (19,141,50). Sum of RGB (Red+Green+Blue) = 19+141+50=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 141 (55.47% from 255 or 67.14% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 141 - color contains mainly: green. Hex color #138D32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138D32 is #EC72CD. Grayscale: #5E5E5E. Windows color (decimal): -15495886 or 3312915. OLE color: 3312915.

HSL color Cylindrical-coordinate representation of color #138D32: hue angle of 135.25º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D32 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 141 50 -
CMYK 0.87 0 0.65 0.45
HSL 135.25º 0.76% 0.31% -
HSV(B) 135.25º 0.87% 0.55% -
XYZ 10.37 19.42 6.22 -
YUV 94.15 103.08 74.4 -
System Red Green Blue C M Y K H S L
Decimal 19 141 50 0.87 0 0.65 0.45 135.25 0.76 0.31
Hex 13 8D 32 57 0 41 2D 87 4C 1F
Octal 23 215 62 127 0 101 55 207 114 37
Binary 10011 10001101 110010 1010111 0 1000001 101101 10000111 1001100 11111

Color Harmonies of #138D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D32

Black with #138D32

Text Example


Text Example

White with #138D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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