#138526

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

Shades of Forest Green #138526

Tints of Forest Green #138526

Color information

#138526 (or 0x138526) is unknown color: approx Forest Green. HEX triplet: 13, 85 and 26. RGB value is (19,133,38). Sum of RGB (Red+Green+Blue) = 19+133+38=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #138526 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138526 is #EC7AD9. Grayscale: #585858. Windows color (decimal): -15497946 or 2524435. OLE color: 2524435.

HSL color Cylindrical-coordinate representation of color #138526: hue angle of 130º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138526 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1913338-
CMYK0.8600.710.48
HSL130º75%29.8%-
HSV(B)130º85.71%52.16%-
XYZ9.0117.054.65-
YUV88.0899.7378.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 133 (52.34% from 255) = 70%
BLUE value IS 38 (15.23% from 255) = 20%
R=10%
G=70%
B=20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19133380.8600.710.481307529.8
Hex1385265604730824b1e
Octal232054612601076020211336
Binary100111000010110011010101100100011111000010000010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138526; }

 p { color: rgb(19,133,38); }

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

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

 a { background-color: rgb(19,133,38); }

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

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

 span { border-color: rgb(19,133,38); }

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