#257B14

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

Shades of Forest Green #257B14

Tints of Forest Green #257B14

Color information

#257B14 (or 0x257B14) is unknown color: approx Forest Green. HEX triplet: 25, 7B and 14. RGB value is (37,123,20). Sum of RGB (Red+Green+Blue) = 37+123+20=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 123 (48.44% from 255 or 68.33% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 123 - color contains mainly: green. Hex color #257B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257B14 is #DA84EB. Grayscale: #555555. Windows color (decimal): -14320876 or 1342245. OLE color: 1342245.

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

Color convert

RGB3712320-
CMYK0.7000.840.52
HSL110.1º72.03%28.04%-
HSV(B)110.1º83.74%48.24%-
XYZ7.9714.613.06-
YUV85.5491.0193.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.56%
GREEN value IS 123 (48.44% from 255) = 68.33%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=20.56%
G=68.33%
B=11.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37123200.7000.840.52110.172.0328.04
Hex257B1446054346e481c
Octal451732410601246415611034
Binary1001011111011101001000110010101001101001101110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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