Html Css Color HEX #257212 Forest Green

📋 copy color: '#257212'

red 37 ◦ green 114 ◦ blue 18

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

Shades of Forest Green #257212

Tints of Forest Green #257212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 67.46%

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

R = 21.89%
G = 67.46%
B = 10.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#257212 (or 0x257212) is known color: Forest Green. HEX triplet: 25, 72 and 12. RGB value is (37,114,18). Sum of RGB (Red+Green+Blue) = 37+114+18=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 114 (44.92% from 255 or 67.46% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 114 - color contains mainly: green. Hex color #257212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257212 is #DA8DED. Grayscale: #505050. Windows color (decimal): -14323182 or 1208869. OLE color: 1208869.

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

Color convert

RGB 37 114 18 -
CMYK 0.68 0 0.84 0.55
HSL 108.13º 0.73% 0.26% -
HSV(B) 108.13º 0.84% 0.45% -
XYZ 6.89 12.47 2.62 -
YUV 80.03 92.99 97.31 -
System Red Green Blue C M Y K H S L
Decimal 37 114 18 0.68 0 0.84 0.55 108.13 0.73 0.26
Hex 25 72 12 44 0 54 37 6C 49 1A
Octal 45 162 22 104 0 124 67 154 111 32
Binary 100101 1110010 10010 1000100 0 1010100 110111 1101100 1001001 11010

Color Harmonies of #257212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257212

Black with #257212

Text Example


Text Example

White with #257212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257212; }

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

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

background-color css

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

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

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

border-color css

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

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

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