Html Css Color HEX #157D1F Forest Green

📋 copy color: '#157D1F'

red 21 ◦ green 125 ◦ blue 31

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

Shades of Forest Green #157D1F

Tints of Forest Green #157D1F

RGB

 RED value IS 21 (8.59% from 255) = 11.86%

 GREEN value IS 125 (49.22% from 255) = 70.62%

 BLUE value IS 31 (12.5% from 255) = 17.51%

R = 11.86%
G = 70.62%
B = 17.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#157D1F (or 0x157D1F) is known color: Forest Green. HEX triplet: 15, 7D and 1F. RGB value is (21,125,31). Sum of RGB (Red+Green+Blue) = 21+125+31=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 125 (49.22% from 255 or 70.62% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 125 - color contains mainly: green. Hex color #157D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157D1F is #EA82E0. Grayscale: #535353. Windows color (decimal): -15368929 or 2063637. OLE color: 2063637.

HSL color Cylindrical-coordinate representation of color #157D1F: hue angle of 125.77º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157D1F is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 125 31 -
CMYK 0.83 0 0.75 0.51
HSL 125.77º 0.71% 0.29% -
HSV(B) 125.77º 0.83% 0.49% -
XYZ 7.89 14.93 3.76 -
YUV 83.19 98.54 83.64 -
System Red Green Blue C M Y K H S L
Decimal 21 125 31 0.83 0 0.75 0.51 125.77 0.71 0.29
Hex 15 7D 1F 53 0 4B 33 7E 47 1D
Octal 25 175 37 123 0 113 63 176 107 35
Binary 10101 1111101 11111 1010011 0 1001011 110011 1111110 1000111 11101

Color Harmonies of #157D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157D1F

Black with #157D1F

Text Example


Text Example

White with #157D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157D1F; }

 p { color: rgb(21,125,31); }

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

background-color css

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

 a { background-color: rgb(21,125,31); }

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

border-color css

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

 span { border-color: rgb(21,125,31); }

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