Html Css Color HEX #157940 Dark Spring Green

📋 copy color: '#157940'

red 21 ◦ green 121 ◦ blue 64

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

Shades of Dark Spring Green #157940

Tints of Dark Spring Green #157940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 58.74%

 BLUE value IS 64 (25.39% from 255) = 31.07%

R = 10.19%
G = 58.74%
B = 31.07%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#157940 (or 0x157940) is known color: Dark Spring Green. HEX triplet: 15, 79 and 40. RGB value is (21,121,64). Sum of RGB (Red+Green+Blue) = 21+121+64=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 121 (47.66% from 255 or 58.74% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 121 - color contains mainly: green. Hex color #157940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157940 is #EA86BF. Grayscale: #545454. Windows color (decimal): -15369920 or 4225301. OLE color: 4225301.

HSL color Cylindrical-coordinate representation of color #157940: hue angle of 145.8º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157940 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 121 64 -
CMYK 0.83 0 0.47 0.53
HSL 145.8º 0.7% 0.28% -
HSV(B) 145.8º 0.83% 0.47% -
XYZ 8.07 14.2 7.17 -
YUV 84.6 116.37 82.63 -
System Red Green Blue C M Y K H S L
Decimal 21 121 64 0.83 0 0.47 0.53 145.8 0.7 0.28
Hex 15 79 40 53 0 2F 35 92 46 1C
Octal 25 171 100 123 0 57 65 222 106 34
Binary 10101 1111001 1000000 1010011 0 101111 110101 10010010 1000110 11100

Color Harmonies of #157940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157940

Black with #157940

Text Example


Text Example

White with #157940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157940; }

 p { color: rgb(21,121,64); }

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

background-color css

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

 a { background-color: rgb(21,121,64); }

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

border-color css

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

 span { border-color: rgb(21,121,64); }

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