#138b22

Color #138B22 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #138B22

Tints of Forest Green #138B22

Color information

#138B22 (or 0x138B22) is unknown color: approx Forest Green. HEX triplet: 13, 8B and 22. RGB value is (19,139,34). Sum of RGB (Red+Green+Blue) = 19+139+34=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 139 (54.69% from 255 or 72.40% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 139 - color contains mainly: green. Hex color #138B22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B22 is #EC74DD. Grayscale: #5B5B5B. Windows color (decimal): -15496414 or 2263827. OLE color: 2263827.

HSL color Cylindrical-coordinate representation of color #138B22: hue angle of 127.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 #138B22 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB1913934-
CMYK0.8600.760.45
HSL127.5º75.95%30.98%-
HSV(B)127.5º86.33%54.51%-
XYZ9.7918.724.61-
YUV91.1595.7476.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 139 (54.69% from 255) = 72.40%
BLUE value IS 34 (13.67% from 255) = 17.71%
R=9.90%
G=72.40%
B=17.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19139340.8600.760.45127.575.9530.98
Hex138B225604C2D804c1f
Octal232134212601145520011437
Binary100111000101110001010101100100110010110110000000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138b22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #138b22;
 }
 .AnyTagClassName
 {
   color: #138b22;
 }
</style>
background-color css

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

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

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

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

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

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