Html Css Color HEX #157D2A Forest Green

📋 copy color: '#157D2A'

red 21 ◦ green 125 ◦ blue 42

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

Shades of Forest Green #157D2A

Tints of Forest Green #157D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.34%

R = 11.17%
G = 66.49%
B = 22.34%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#157D2A (or 0x157D2A) is known color: Forest Green. HEX triplet: 15, 7D and 2A. RGB value is (21,125,42). Sum of RGB (Red+Green+Blue) = 21+125+42=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 125 (49.22% from 255 or 66.49% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 125 - color contains mainly: green. Hex color #157D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157D2A is #EA82D5. Grayscale: #545454. Windows color (decimal): -15368918 or 2784533. OLE color: 2784533.

HSL color Cylindrical-coordinate representation of color #157D2A: hue angle of 132.12º 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 #157D2A is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 125 42 -
CMYK 0.83 0 0.66 0.51
HSL 132.12º 0.71% 0.29% -
HSV(B) 132.12º 0.83% 0.49% -
XYZ 8.06 14.99 4.66 -
YUV 84.44 104.04 82.75 -
System Red Green Blue C M Y K H S L
Decimal 21 125 42 0.83 0 0.66 0.51 132.12 0.71 0.29
Hex 15 7D 2A 53 0 42 33 84 47 1D
Octal 25 175 52 123 0 102 63 204 107 35
Binary 10101 1111101 101010 1010011 0 1000010 110011 10000100 1000111 11101

Color Harmonies of #157D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157D2A

Black with #157D2A

Text Example


Text Example

White with #157D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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