#298125

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

Shades of Forest Green #298125

Tints of Forest Green #298125

Color information

#298125 (or 0x298125) is unknown color: approx Forest Green. HEX triplet: 29, 81 and 25. RGB value is (41,129,37). Sum of RGB (Red+Green+Blue) = 41+129+37=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 129 (50.78% from 255 or 62.32% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 129 - color contains mainly: green. Hex color #298125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298125 is #D67EDA. Grayscale: #5C5C5C. Windows color (decimal): -14057179 or 2457897. OLE color: 2457897.

HSL color Cylindrical-coordinate representation of color #298125: hue angle of 117.39º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298125 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB4112937-
CMYK0.6800.710.49
HSL117.39º55.42%32.55%-
HSV(B)117.39º71.32%50.59%-
XYZ9.116.314.42-
YUV92.296.8591.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.81%
GREEN value IS 129 (50.78% from 255) = 62.32%
BLUE value IS 37 (14.84% from 255) = 17.87%
R=19.81%
G=62.32%
B=17.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41129370.6800.710.49117.3955.4232.55
Hex2981254404731753721
Octal51201451040107611656741
Binary101001100000011001011000100010001111100011110101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298125; }

 p { color: rgb(41,129,37); }

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

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

 a { background-color: rgb(41,129,37); }

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

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

 span { border-color: rgb(41,129,37); }

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