#138A28

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

Shades of Forest Green #138A28

Tints of Forest Green #138A28

Color information

#138A28 (or 0x138A28) is unknown color: approx Forest Green. HEX triplet: 13, 8A and 28. RGB value is (19,138,40). Sum of RGB (Red+Green+Blue) = 19+138+40=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #138A28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A28 is #EC75D7. Grayscale: #5B5B5B. Windows color (decimal): -15496664 or 2656787. OLE color: 2656787.

HSL color Cylindrical-coordinate representation of color #138A28: hue angle of 130.59º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A28 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB1913840-
CMYK0.8600.710.46
HSL130.59º75.8%30.78%-
HSV(B)130.59º86.23%54.12%-
XYZ9.7418.475.06-
YUV91.2599.0876.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 138 (54.30% from 255) = 70.05%
BLUE value IS 40 (16.02% from 255) = 20.30%
R=9.64%
G=70.05%
B=20.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19138400.8600.710.46130.5975.830.78
Hex138A28560472E834c1f
Octal232125012601075620311437
Binary100111000101010100010101100100011110111010000011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138A28; }

 p { color: rgb(19,138,40); }

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

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

 a { background-color: rgb(19,138,40); }

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

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

 span { border-color: rgb(19,138,40); }

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