#25980B

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

Shades of Forest Green #25980B

Tints of Forest Green #25980B

Color information

#25980B (or 0x25980B) is unknown color: approx Forest Green. HEX triplet: 25, 98 and 0B. RGB value is (37,152,11). Sum of RGB (Red+Green+Blue) = 37+152+11=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 152 (59.77% from 255 or 76% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 152 - color contains mainly: green. Hex color #25980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25980B is #DA67F4. Grayscale: #656565. Windows color (decimal): -14313461 or 759845. OLE color: 759845.

HSL color Cylindrical-coordinate representation of color #25980B: hue angle of 108.94º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25980B is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB3715211-
CMYK0.7600.930.40
HSL108.94º86.5%31.96%-
HSV(B)108.94º92.76%59.61%-
XYZ12.0522.874.1-
YUV101.5476.981.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 152 (59.77% from 255) = 76%
BLUE value IS 11 (4.69% from 255) = 5.5%
R=18.5%
G=76%
B=5.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37152110.7600.930.40108.9486.531.96
Hex2598B4C05D286d5720
Octal452301311401355015512740
Binary10010110011000101110011000101110110100011011011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,152,11); }

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

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

 a { background-color: rgb(37,152,11); }

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

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

 span { border-color: rgb(37,152,11); }

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