#25A214

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

Shades of Forest Green #25A214

Tints of Forest Green #25A214

Color information

#25A214 (or 0x25A214) is unknown color: approx Forest Green. HEX triplet: 25, A2 and 14. RGB value is (37,162,20). Sum of RGB (Red+Green+Blue) = 37+162+20=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 162 (63.67% from 255 or 73.97% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 162 - color contains mainly: green. Hex color #25A214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25A214 is #DA5DEB. Grayscale: #6C6C6C. Windows color (decimal): -14310892 or 1352229. OLE color: 1352229.

HSL color Cylindrical-coordinate representation of color #25A214: hue angle of 112.82º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25A214 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB3716220-
CMYK0.7700.880.36
HSL112.82º78.02%35.69%-
HSV(B)112.82º87.65%63.53%-
XYZ13.8126.285.01-
YUV108.4478.0977.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 162 (63.67% from 255) = 73.97%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=16.89%
G=73.97%
B=9.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal37162200.7700.880.36112.8278.0235.69
Hex25A2144D05824714e24
Octal452422411501304416111644
Binary100101101000101010010011010101100010010011100011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25A214; }

 p { color: rgb(37,162,20); }

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

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

 a { background-color: rgb(37,162,20); }

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

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

 span { border-color: rgb(37,162,20); }

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