Html Css Color HEX #138B32 Forest Green

📋 copy color: '#138B32'

red 19 ◦ green 139 ◦ blue 50

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

Shades of Forest Green #138B32

Tints of Forest Green #138B32

RGB

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

 GREEN value IS 139 (54.69% from 255) = 66.83%

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

R = 9.13%
G = 66.83%
B = 24.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#138B32 (or 0x138B32) is known color: Forest Green. HEX triplet: 13, 8B and 32. RGB value is (19,139,50). Sum of RGB (Red+Green+Blue) = 19+139+50=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 139 (54.69% from 255 or 66.83% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 139 - color contains mainly: green. Hex color #138B32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B32 is #EC74CD. Grayscale: #5D5D5D. Windows color (decimal): -15496398 or 3312403. OLE color: 3312403.

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

Color convert

RGB 19 139 50 -
CMYK 0.86 0 0.64 0.45
HSL 135.5º 0.76% 0.31% -
HSV(B) 135.5º 0.86% 0.55% -
XYZ 10.08 18.83 6.12 -
YUV 92.97 103.74 75.24 -
System Red Green Blue C M Y K H S L
Decimal 19 139 50 0.86 0 0.64 0.45 135.5 0.76 0.31
Hex 13 8B 32 56 0 40 2D 88 4C 1F
Octal 23 213 62 126 0 100 55 210 114 37
Binary 10011 10001011 110010 1010110 0 1000000 101101 10001000 1001100 11111

Color Harmonies of #138B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B32

Black with #138B32

Text Example


Text Example

White with #138B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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