Html Css Color HEX #215D47 Evening Sea

📋 copy color: '#215D47'

red 33 ◦ green 93 ◦ blue 71

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

Shades of Evening Sea #215D47

Tints of Evening Sea #215D47

RGB

 RED value IS 33 (13.28% from 255) = 16.75%

 GREEN value IS 93 (36.72% from 255) = 47.21%

 BLUE value IS 71 (28.13% from 255) = 36.04%

R = 16.75%
G = 47.21%
B = 36.04%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#215D47 (or 0x215D47) is known color: Evening Sea. HEX triplet: 21, 5D and 47. RGB value is (33,93,71). Sum of RGB (Red+Green+Blue) = 33+93+71=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #215D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D47 is #DEA2B8. Grayscale: #484848. Windows color (decimal): -14590649 or 4676897. OLE color: 4676897.

HSL color Cylindrical-coordinate representation of color #215D47: hue angle of 158º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215D47 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 93 71 -
CMYK 0.65 0 0.24 0.64
HSL 158º 0.48% 0.25% -
HSV(B) 158º 0.65% 0.36% -
XYZ 5.68 8.61 7.32 -
YUV 72.55 127.12 99.79 -
System Red Green Blue C M Y K H S L
Decimal 33 93 71 0.65 0 0.24 0.64 158 0.48 0.25
Hex 21 5D 47 41 0 18 40 9E 30 19
Octal 41 135 107 101 0 30 100 236 60 31
Binary 100001 1011101 1000111 1000001 0 11000 1000000 10011110 110000 11001

Color Harmonies of #215D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D47

Black with #215D47

Text Example


Text Example

White with #215D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215D47; }

 p { color: rgb(33,93,71); }

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

background-color css

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

 a { background-color: rgb(33,93,71); }

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

border-color css

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

 span { border-color: rgb(33,93,71); }

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