#138426

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

Shades of Forest Green #138426

Tints of Forest Green #138426

Color information

#138426 (or 0x138426) is unknown color: approx Forest Green. HEX triplet: 13, 84 and 26. RGB value is (19,132,38). Sum of RGB (Red+Green+Blue) = 19+132+38=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 132 (51.95% from 255 or 69.84% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 132 - color contains mainly: green. Hex color #138426 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138426 is #EC7BD9. Grayscale: #575757. Windows color (decimal): -15498202 or 2524179. OLE color: 2524179.

HSL color Cylindrical-coordinate representation of color #138426: hue angle of 130.09º 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 #138426 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1913238-
CMYK0.8600.710.48
HSL130.09º74.83%29.61%-
HSV(B)130.09º85.61%51.76%-
XYZ8.8716.784.61-
YUV87.5100.0679.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.05%
GREEN value IS 132 (51.95% from 255) = 69.84%
BLUE value IS 38 (15.23% from 255) = 20.11%
R=10.05%
G=69.84%
B=20.11%

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
Decimal19132380.8600.710.48130.0974.8329.61
Hex1384265604730824b1e
Octal232044612601076020211336
Binary100111000010010011010101100100011111000010000010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138426; }

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

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

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

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

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

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

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

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