#12831B

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

Shades of Forest Green #12831B

Tints of Forest Green #12831B

Color information

#12831B (or 0x12831B) is unknown color: approx Forest Green. HEX triplet: 12, 83 and 1B. RGB value is (18,131,27). Sum of RGB (Red+Green+Blue) = 18+131+27=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 131 (51.56% from 255 or 74.43% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 131 - color contains mainly: green. Hex color #12831B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12831B is #ED7CE4. Grayscale: #555555. Windows color (decimal): -15564005 or 1803026. OLE color: 1803026.

HSL color Cylindrical-coordinate representation of color #12831B: hue angle of 124.78º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12831B is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1813127-
CMYK0.8600.790.49
HSL124.78º75.84%29.22%-
HSV(B)124.78º86.26%51.37%-
XYZ8.5616.443.76-
YUV85.3695.0679.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 131 (51.56% from 255) = 74.43%
BLUE value IS 27 (10.94% from 255) = 15.34%
R=10.23%
G=74.43%
B=15.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18131270.8600.790.49124.7875.8429.22
Hex12831B5604F317d4c1d
Octal222033312601176117511435
Binary1001010000011110111010110010011111100011111101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12831B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12831B; }

 p { color: rgb(18,131,27); }

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

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

 a { background-color: rgb(18,131,27); }

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

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

 span { border-color: rgb(18,131,27); }

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