#138226

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

Shades of Forest Green #138226

Tints of Forest Green #138226

Color information

#138226 (or 0x138226) is unknown color: approx Forest Green. HEX triplet: 13, 82 and 26. RGB value is (19,130,38). Sum of RGB (Red+Green+Blue) = 19+130+38=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 130 (51.17% from 255 or 69.52% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 130 - color contains mainly: green. Hex color #138226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138226 is #EC7DD9. Grayscale: #565656. Windows color (decimal): -15498714 or 2523667. OLE color: 2523667.

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

Color convert

RGB1913038-
CMYK0.8500.710.49
HSL130.27º74.5%29.22%-
HSV(B)130.27º85.38%50.98%-
XYZ8.616.244.52-
YUV86.32100.7379.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 130 (51.17% from 255) = 69.52%
BLUE value IS 38 (15.23% from 255) = 20.32%
R=10.16%
G=69.52%
B=20.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130380.8500.710.49130.2774.529.22
Hex1382265504731824a1d
Octal232024612501076120211235
Binary100111000001010011010101010100011111000110000010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138226; }

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

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

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

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

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

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

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

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