Html Css Color HEX #215D46 Evening Sea

📋 copy color: '#215D46'

red 33 ◦ green 93 ◦ blue 70

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

Shades of Evening Sea #215D46

Tints of Evening Sea #215D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 35.71%

R = 16.84%
G = 47.45%
B = 35.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#215D46 (or 0x215D46) is known color: Evening Sea. HEX triplet: 21, 5D and 46. RGB value is (33,93,70). Sum of RGB (Red+Green+Blue) = 33+93+70=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #215D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D46 is #DEA2B9. Grayscale: #484848. Windows color (decimal): -14590650 or 4611361. OLE color: 4611361.

HSL color Cylindrical-coordinate representation of color #215D46: hue angle of 157º 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 #215D46 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 93 70 -
CMYK 0.65 0 0.25 0.64
HSL 157º 0.48% 0.25% -
HSV(B) 157º 0.65% 0.36% -
XYZ 5.65 8.59 7.16 -
YUV 72.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 33 93 70 0.65 0 0.25 0.64 157 0.48 0.25
Hex 21 5D 46 41 0 19 40 9D 30 19
Octal 41 135 106 101 0 31 100 235 60 31
Binary 100001 1011101 1000110 1000001 0 11001 1000000 10011101 110000 11001

Color Harmonies of #215D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D46

Black with #215D46

Text Example


Text Example

White with #215D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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