Html Css Color HEX #157341 Dark Spring Green

📋 copy color: '#157341'

red 21 ◦ green 115 ◦ blue 65

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

Shades of Dark Spring Green #157341

Tints of Dark Spring Green #157341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.21%

 BLUE value IS 65 (25.78% from 255) = 32.34%

R = 10.45%
G = 57.21%
B = 32.34%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#157341 (or 0x157341) is known color: Dark Spring Green. HEX triplet: 15, 73 and 41. RGB value is (21,115,65). Sum of RGB (Red+Green+Blue) = 21+115+65=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #157341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157341 is #EA8CBE. Grayscale: #515151. Windows color (decimal): -15371455 or 4289301. OLE color: 4289301.

HSL color Cylindrical-coordinate representation of color #157341: hue angle of 148.09º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157341 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 115 65 -
CMYK 0.82 0 0.43 0.55
HSL 148.09º 0.69% 0.27% -
HSV(B) 148.09º 0.82% 0.45% -
XYZ 7.39 12.8 7.08 -
YUV 81.19 118.86 85.07 -
System Red Green Blue C M Y K H S L
Decimal 21 115 65 0.82 0 0.43 0.55 148.09 0.69 0.27
Hex 15 73 41 52 0 2B 37 94 45 1B
Octal 25 163 101 122 0 53 67 224 105 33
Binary 10101 1110011 1000001 1010010 0 101011 110111 10010100 1000101 11011

Color Harmonies of #157341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157341

Black with #157341

Text Example


Text Example

White with #157341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157341; }

 p { color: rgb(21,115,65); }

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

background-color css

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

 a { background-color: rgb(21,115,65); }

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

border-color css

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

 span { border-color: rgb(21,115,65); }

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