#138322

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

Shades of Forest Green #138322

Tints of Forest Green #138322

Color information

#138322 (or 0x138322) is unknown color: approx Forest Green. HEX triplet: 13, 83 and 22. RGB value is (19,131,34). Sum of RGB (Red+Green+Blue) = 19+131+34=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 131 (51.56% from 255 or 71.20% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 131 - color contains mainly: green. Hex color #138322 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138322 is #EC7CDD. Grayscale: #565656. Windows color (decimal): -15498462 or 2261779. OLE color: 2261779.

HSL color Cylindrical-coordinate representation of color #138322: hue angle of 128.04º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138322 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB1913134-
CMYK0.8500.740.49
HSL128.04º74.67%29.41%-
HSV(B)128.04º85.5%51.37%-
XYZ8.6716.494.24-
YUV86.4598.3979.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 131 (51.56% from 255) = 71.20%
BLUE value IS 34 (13.67% from 255) = 18.48%
R=10.33%
G=71.20%
B=18.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19131340.8500.740.49128.0474.6729.41
Hex1383225504A31804b1d
Octal232034212501126120011335
Binary100111000001110001010101010100101011000110000000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138322; }

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

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

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

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

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

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

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

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