Html Css Color HEX #257314 Forest Green

📋 copy color: '#257314'

red 37 ◦ green 115 ◦ blue 20

#257314
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #257314

Tints of Forest Green #257314

RGB

 RED value IS 37 (14.84% from 255) = 21.51%

 GREEN value IS 115 (45.31% from 255) = 66.86%

 BLUE value IS 20 (8.2% from 255) = 11.63%

R = 21.51%
G = 66.86%
B = 11.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#257314 (or 0x257314) is known color: Forest Green. HEX triplet: 25, 73 and 14. RGB value is (37,115,20). Sum of RGB (Red+Green+Blue) = 37+115+20=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 115 (45.31% from 255 or 66.86% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 115 - color contains mainly: green. Hex color #257314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257314 is #DA8CEB. Grayscale: #515151. Windows color (decimal): -14322924 or 1340197. OLE color: 1340197.

HSL color Cylindrical-coordinate representation of color #257314: hue angle of 109.26º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257314 is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 115 20 -
CMYK 0.68 0 0.83 0.55
HSL 109.26º 0.7% 0.26% -
HSV(B) 109.26º 0.83% 0.45% -
XYZ 7.02 12.71 2.74 -
YUV 80.85 93.66 96.72 -
System Red Green Blue C M Y K H S L
Decimal 37 115 20 0.68 0 0.83 0.55 109.26 0.7 0.26
Hex 25 73 14 44 0 53 37 6D 46 1A
Octal 45 163 24 104 0 123 67 155 106 32
Binary 100101 1110011 10100 1000100 0 1010011 110111 1101101 1000110 11010

Color Harmonies of #257314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257314

Black with #257314

Text Example


Text Example

White with #257314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257314; }

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

 H1.HeaderClassName
 {
   color: #257314;
 }
 .AnyTagClassName
 {
   color: #257314;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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