#138327

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

Shades of Forest Green #138327

Tints of Forest Green #138327

Color information

#138327 (or 0x138327) is unknown color: approx Forest Green. HEX triplet: 13, 83 and 27. RGB value is (19,131,39). Sum of RGB (Red+Green+Blue) = 19+131+39=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 131 (51.56% from 255 or 69.31% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 131 - color contains mainly: green. Hex color #138327 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138327 is #EC7CD8. Grayscale: #575757. Windows color (decimal): -15498457 or 2589459. OLE color: 2589459.

HSL color Cylindrical-coordinate representation of color #138327: hue angle of 130.71º 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 #138327 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1913139-
CMYK0.8500.700.49
HSL130.71º74.67%29.41%-
HSV(B)130.71º85.5%51.37%-
XYZ8.7516.524.65-
YUV87.02100.8979.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.05%
GREEN value IS 131 (51.56% from 255) = 69.31%
BLUE value IS 39 (15.62% from 255) = 20.63%
R=10.05%
G=69.31%
B=20.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19131390.8500.700.49130.7174.6729.41
Hex1383275504631834b1d
Octal232034712501066120311335
Binary100111000001110011110101010100011011000110000011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138327; }

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

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

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

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

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

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

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

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