#258514

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

Shades of Forest Green #258514

Tints of Forest Green #258514

Color information

#258514 (or 0x258514) is unknown color: approx Forest Green. HEX triplet: 25, 85 and 14. RGB value is (37,133,20). Sum of RGB (Red+Green+Blue) = 37+133+20=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #258514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258514 is #DA7AEB. Grayscale: #5B5B5B. Windows color (decimal): -14318316 or 1344805. OLE color: 1344805.

HSL color Cylindrical-coordinate representation of color #258514: hue angle of 110.97º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258514 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB3713320-
CMYK0.7200.850.48
HSL110.97º73.86%30%-
HSV(B)110.97º84.96%52.16%-
XYZ9.2817.223.5-
YUV91.4187.789.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 133 (52.34% from 255) = 70%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=19.47%
G=70%
B=10.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37133200.7200.850.48110.9773.8630
Hex25851448055306f4a1e
Octal452052411001256015711236
Binary10010110000101101001001000010101011100001101111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258514; }

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

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

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

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

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

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

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

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