#298B14

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

Shades of Forest Green #298B14

Tints of Forest Green #298B14

Color information

#298B14 (or 0x298B14) is unknown color: approx Forest Green. HEX triplet: 29, 8B and 14. RGB value is (41,139,20). Sum of RGB (Red+Green+Blue) = 41+139+20=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 139 (54.69% from 255 or 69.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 139 - color contains mainly: green. Hex color #298B14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #298B14 is #D674EB. Grayscale: #606060. Windows color (decimal): -14054636 or 1346345. OLE color: 1346345.

HSL color Cylindrical-coordinate representation of color #298B14: hue angle of 109.41º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #298B14 is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB4113920-
CMYK0.7100.860.45
HSL109.41º74.84%31.18%-
HSV(B)109.41º85.61%54.51%-
XYZ10.2718.993.79-
YUV96.1385.0388.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 139 (54.69% from 255) = 69.5%
BLUE value IS 20 (8.20% from 255) = 10%
R=20.5%
G=69.5%
B=10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41139200.7100.860.45109.4174.8431.18
Hex298B14470562D6d4b1f
Octal512132410701265515511337
Binary10100110001011101001000111010101101011011101101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298B14; }

 p { color: rgb(41,139,20); }

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

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

 a { background-color: rgb(41,139,20); }

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

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

 span { border-color: rgb(41,139,20); }

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