#138826

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

Shades of Forest Green #138826

Tints of Forest Green #138826

Color information

#138826 (or 0x138826) is unknown color: approx Forest Green. HEX triplet: 13, 88 and 26. RGB value is (19,136,38). Sum of RGB (Red+Green+Blue) = 19+136+38=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 136 (53.52% from 255 or 70.47% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 136 - color contains mainly: green. Hex color #138826 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138826 is #EC77D9. Grayscale: #5A5A5A. Windows color (decimal): -15497178 or 2525203. OLE color: 2525203.

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

Color convert

RGB1913638-
CMYK0.8600.720.47
HSL129.74º75.48%30.39%-
HSV(B)129.74º86.03%53.33%-
XYZ9.4217.894.79-
YUV89.8498.7477.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 136 (53.52% from 255) = 70.47%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=9.84%
G=70.47%
B=19.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19136380.8600.720.47129.7475.4830.39
Hex138826560482F824b1e
Octal232104612601105720211336
Binary100111000100010011010101100100100010111110000010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138826; }

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

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

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

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

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

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

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

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