Html Css Color HEX #215A45 Evening Sea

📋 copy color: '#215A45'

red 33 ◦ green 90 ◦ blue 69

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

Shades of Evening Sea #215A45

Tints of Evening Sea #215A45

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.88%

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

R = 17.19%
G = 46.88%
B = 35.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#215A45 (or 0x215A45) is known color: Evening Sea. HEX triplet: 21, 5A and 45. RGB value is (33,90,69). Sum of RGB (Red+Green+Blue) = 33+90+69=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #215A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215A45 is #DEA5BA. Grayscale: #464646. Windows color (decimal): -14591419 or 4545057. OLE color: 4545057.

HSL color Cylindrical-coordinate representation of color #215A45: hue angle of 157.89º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215A45 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 90 69 -
CMYK 0.63 0 0.23 0.65
HSL 157.89º 0.46% 0.24% -
HSV(B) 157.89º 0.63% 0.35% -
XYZ 5.36 8.07 6.9 -
YUV 70.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 33 90 69 0.63 0 0.23 0.65 157.89 0.46 0.24
Hex 21 5A 45 3F 0 17 41 9E 2E 18
Octal 41 132 105 77 0 27 101 236 56 30
Binary 100001 1011010 1000101 111111 0 10111 1000001 10011110 101110 11000

Color Harmonies of #215A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A45

Black with #215A45

Text Example


Text Example

White with #215A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,90,69); }

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

background-color css

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

 a { background-color: rgb(33,90,69); }

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

border-color css

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

 span { border-color: rgb(33,90,69); }

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