#257A0E

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

Shades of Forest Green #257A0E

Tints of Forest Green #257A0E

Color information

#257A0E (or 0x257A0E) is unknown color: approx Forest Green. HEX triplet: 25, 7A and 0E. RGB value is (37,122,14). Sum of RGB (Red+Green+Blue) = 37+122+14=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 122 (48.05% from 255 or 70.52% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 122 - color contains mainly: green. Hex color #257A0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257A0E is #DA85F1. Grayscale: #545454. Windows color (decimal): -14321138 or 948773. OLE color: 948773.

HSL color Cylindrical-coordinate representation of color #257A0E: hue angle of 107.22º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #257A0E is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB3712214-
CMYK0.7000.890.52
HSL107.22º79.41%26.67%-
HSV(B)107.22º88.52%47.84%-
XYZ7.814.342.77-
YUV84.2788.3494.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.39%
GREEN value IS 122 (48.05% from 255) = 70.52%
BLUE value IS 14 (5.86% from 255) = 8.09%
R=21.39%
G=70.52%
B=8.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37122140.7000.890.52107.2279.4126.67
Hex257AE46059346b4f1b
Octal451721610601316415311733
Binary100101111101011101000110010110011101001101011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257A0E; }

 p { color: rgb(37,122,14); }

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

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

 a { background-color: rgb(37,122,14); }

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

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

 span { border-color: rgb(37,122,14); }

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