Html Css Color HEX #257C12 Forest Green

📋 copy color: '#257C12'

red 37 ◦ green 124 ◦ blue 18

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

Shades of Forest Green #257C12

Tints of Forest Green #257C12

RGB

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

 GREEN value IS 124 (48.83% from 255) = 69.27%

 BLUE value IS 18 (7.42% from 255) = 10.06%

R = 20.67%
G = 69.27%
B = 10.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#257C12 (or 0x257C12) is known color: Forest Green. HEX triplet: 25, 7C and 12. RGB value is (37,124,18). Sum of RGB (Red+Green+Blue) = 37+124+18=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 124 (48.83% from 255 or 69.27% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 124 - color contains mainly: green. Hex color #257C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257C12 is #DA83ED. Grayscale: #565656. Windows color (decimal): -14320622 or 1211429. OLE color: 1211429.

HSL color Cylindrical-coordinate representation of color #257C12: hue angle of 109.25º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #257C12 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 124 18 -
CMYK 0.70 0 0.85 0.51
HSL 109.25º 0.75% 0.28% -
HSV(B) 109.25º 0.85% 0.49% -
XYZ 8.08 14.85 3.01 -
YUV 85.9 89.68 93.12 -
System Red Green Blue C M Y K H S L
Decimal 37 124 18 0.70 0 0.85 0.51 109.25 0.75 0.28
Hex 25 7C 12 46 0 55 33 6D 4B 1C
Octal 45 174 22 106 0 125 63 155 113 34
Binary 100101 1111100 10010 1000110 0 1010101 110011 1101101 1001011 11100

Color Harmonies of #257C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C12

Black with #257C12

Text Example


Text Example

White with #257C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,124,18); }

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

background-color css

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

 a { background-color: rgb(37,124,18); }

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

border-color css

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

 span { border-color: rgb(37,124,18); }

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