#15701B

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

Shades of Forest Green #15701B

Tints of Forest Green #15701B

Color information

#15701B (or 0x15701B) is unknown color: approx Forest Green. HEX triplet: 15, 70 and 1B. RGB value is (21,112,27). Sum of RGB (Red+Green+Blue) = 21+112+27=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 112 (44.14% from 255 or 70% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 112 - color contains mainly: green. Hex color #15701B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15701B is #EA8FE4. Grayscale: #4B4B4B. Windows color (decimal): -15372261 or 1798165. OLE color: 1798165.

HSL color Cylindrical-coordinate representation of color #15701B: hue angle of 123.96º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15701B is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB2111227-
CMYK0.8100.760.56
HSL123.96º68.42%26.08%-
HSV(B)123.96º81.25%43.92%-
XYZ6.311.832.99-
YUV75.1100.8589.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 112 (44.14% from 255) = 70%
BLUE value IS 27 (10.94% from 255) = 16.88%
R=13.12%
G=70%
B=16.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21112270.8100.760.56123.9668.4226.08
Hex15701B5104C387c441a
Octal251603312101147017410432
Binary101011110000110111010001010011001110001111100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,112,27); }

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

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

 a { background-color: rgb(21,112,27); }

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

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

 span { border-color: rgb(21,112,27); }

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