Html Css Color HEX #215A4F Eden

📋 copy color: '#215A4F'

red 33 ◦ green 90 ◦ blue 79

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

Shades of Eden #215A4F

Tints of Eden #215A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.11%

R = 16.34%
G = 44.55%
B = 39.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#215A4F (or 0x215A4F) is known color: Eden. HEX triplet: 21, 5A and 4F. RGB value is (33,90,79). Sum of RGB (Red+Green+Blue) = 33+90+79=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #215A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A4F is #DEA5B0. Grayscale: #474747. Windows color (decimal): -14591409 or 5200417. OLE color: 5200417.

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

Color convert

RGB 33 90 79 -
CMYK 0.63 0 0.12 0.65
HSL 168.42º 0.46% 0.24% -
HSV(B) 168.42º 0.63% 0.35% -
XYZ 5.69 8.2 8.68 -
YUV 71.7 132.12 100.39 -
System Red Green Blue C M Y K H S L
Decimal 33 90 79 0.63 0 0.12 0.65 168.42 0.46 0.24
Hex 21 5A 4F 3F 0 C 41 A8 2E 18
Octal 41 132 117 77 0 14 101 250 56 30
Binary 100001 1011010 1001111 111111 0 1100 1000001 10101000 101110 11000

Color Harmonies of #215A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A4F

Black with #215A4F

Text Example


Text Example

White with #215A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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