#18741B

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

Shades of Forest Green #18741B

Tints of Forest Green #18741B

Color information

#18741B (or 0x18741B) is unknown color: approx Forest Green. HEX triplet: 18, 74 and 1B. RGB value is (24,116,27). Sum of RGB (Red+Green+Blue) = 24+116+27=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 116 (45.70% from 255 or 69.46% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 116 - color contains mainly: green. Hex color #18741B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18741B is #E78BE4. Grayscale: #4E4E4E. Windows color (decimal): -15174629 or 1799192. OLE color: 1799192.

HSL color Cylindrical-coordinate representation of color #18741B: hue angle of 121.96º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18741B is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB2411627-
CMYK0.7900.770.55
HSL121.96º65.71%27.45%-
HSV(B)121.96º79.31%45.49%-
XYZ6.8212.763.14-
YUV78.3599.0289.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 116 (45.70% from 255) = 69.46%
BLUE value IS 27 (10.94% from 255) = 16.17%
R=14.37%
G=69.46%
B=16.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24116270.7900.770.55121.9665.7127.45
Hex18741B4F04D377a421b
Octal301643311701156717210233
Binary110001110100110111001111010011011101111111010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,116,27); }

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

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

 a { background-color: rgb(24,116,27); }

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

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

 span { border-color: rgb(24,116,27); }

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