Html Css Color HEX #215B45 Evening Sea

📋 copy color: '#215B45'

red 33 ◦ green 91 ◦ blue 69

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

Shades of Evening Sea #215B45

Tints of Evening Sea #215B45

RGB

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

 GREEN value IS 91 (35.94% from 255) = 47.15%

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

R = 17.1%
G = 47.15%
B = 35.75%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#215B45 (or 0x215B45) is known color: Evening Sea. HEX triplet: 21, 5B and 45. RGB value is (33,91,69). Sum of RGB (Red+Green+Blue) = 33+91+69=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 91 (35.94% from 255 or 47.15% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 91 - color contains mainly: green. Hex color #215B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215B45 is #DEA4BA. Grayscale: #474747. Windows color (decimal): -14591163 or 4545313. OLE color: 4545313.

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

Color convert

RGB 33 91 69 -
CMYK 0.64 0 0.24 0.64
HSL 157.24º 0.47% 0.24% -
HSV(B) 157.24º 0.64% 0.36% -
XYZ 5.44 8.24 6.93 -
YUV 71.15 126.78 100.79 -
System Red Green Blue C M Y K H S L
Decimal 33 91 69 0.64 0 0.24 0.64 157.24 0.47 0.24
Hex 21 5B 45 40 0 18 40 9D 2F 18
Octal 41 133 105 100 0 30 100 235 57 30
Binary 100001 1011011 1000101 1000000 0 11000 1000000 10011101 101111 11000

Color Harmonies of #215B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215B45

Black with #215B45

Text Example


Text Example

White with #215B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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