Html Css Color HEX #157045 Dark Spring Green

📋 copy color: '#157045'

red 21 ◦ green 112 ◦ blue 69

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

Shades of Dark Spring Green #157045

Tints of Dark Spring Green #157045

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.45%

 BLUE value IS 69 (27.34% from 255) = 34.16%

R = 10.4%
G = 55.45%
B = 34.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#157045 (or 0x157045) is known color: Dark Spring Green. HEX triplet: 15, 70 and 45. RGB value is (21,112,69). Sum of RGB (Red+Green+Blue) = 21+112+69=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #157045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157045 is #EA8FBA. Grayscale: #4F4F4F. Windows color (decimal): -15372219 or 4550677. OLE color: 4550677.

HSL color Cylindrical-coordinate representation of color #157045: hue angle of 151.65º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #157045 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 112 69 -
CMYK 0.81 0 0.38 0.56
HSL 151.65º 0.68% 0.26% -
HSV(B) 151.65º 0.81% 0.44% -
XYZ 7.18 12.18 7.6 -
YUV 79.89 121.85 86 -
System Red Green Blue C M Y K H S L
Decimal 21 112 69 0.81 0 0.38 0.56 151.65 0.68 0.26
Hex 15 70 45 51 0 26 38 98 44 1A
Octal 25 160 105 121 0 46 70 230 104 32
Binary 10101 1110000 1000101 1010001 0 100110 111000 10011000 1000100 11010

Color Harmonies of #157045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157045

Black with #157045

Text Example


Text Example

White with #157045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157045; }

 p { color: rgb(21,112,69); }

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

background-color css

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

 a { background-color: rgb(21,112,69); }

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

border-color css

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

 span { border-color: rgb(21,112,69); }

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