#25A50C

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

Shades of Forest Green #25A50C

Tints of Forest Green #25A50C

Color information

#25A50C (or 0x25A50C) is unknown color: approx Forest Green. HEX triplet: 25, A5 and 0C. RGB value is (37,165,12). Sum of RGB (Red+Green+Blue) = 37+165+12=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 165 (64.84% from 255 or 77.10% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 165 - color contains mainly: green. Hex color #25A50C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25A50C is #DA5AF3. Grayscale: #6D6D6D. Windows color (decimal): -14310132 or 828709. OLE color: 828709.

HSL color Cylindrical-coordinate representation of color #25A50C: hue angle of 110.2º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25A50C is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB3716512-
CMYK0.7800.930.35
HSL110.2º86.44%34.71%-
HSV(B)110.2º92.73%64.71%-
XYZ14.2827.334.87-
YUV109.2973.0976.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 165 (64.84% from 255) = 77.10%
BLUE value IS 12 (5.08% from 255) = 5.61%
R=17.29%
G=77.10%
B=5.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal37165120.7800.930.35110.286.4434.71
Hex25A5C4E05D236e5623
Octal452451411601354315612643
Binary10010110100101110010011100101110110001111011101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,165,12); }

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

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

 a { background-color: rgb(37,165,12); }

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

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

 span { border-color: rgb(37,165,12); }

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