Html Css Color HEX #219D6B Elf Green

📋 copy color: '#219D6B'

red 33 ◦ green 157 ◦ blue 107

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

Shades of Elf Green #219D6B

Tints of Elf Green #219D6B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.86%

 BLUE value IS 107 (42.19% from 255) = 36.03%

R = 11.11%
G = 52.86%
B = 36.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#219D6B (or 0x219D6B) is known color: Elf Green. HEX triplet: 21, 9D and 6B. RGB value is (33,157,107). Sum of RGB (Red+Green+Blue) = 33+157+107=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #219D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219D6B is #DE6294. Grayscale: #727272. Windows color (decimal): -14574229 or 7052577. OLE color: 7052577.

HSL color Cylindrical-coordinate representation of color #219D6B: hue angle of 155.81º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219D6B is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 157 107 -
CMYK 0.79 0 0.32 0.38
HSL 155.81º 0.65% 0.37% -
HSV(B) 155.81º 0.79% 0.62% -
XYZ 15.34 25.5 18.02 -
YUV 114.22 123.92 70.07 -
System Red Green Blue C M Y K H S L
Decimal 33 157 107 0.79 0 0.32 0.38 155.81 0.65 0.37
Hex 21 9D 6B 4F 0 20 26 9C 41 25
Octal 41 235 153 117 0 40 46 234 101 45
Binary 100001 10011101 1101011 1001111 0 100000 100110 10011100 1000001 100101

Color Harmonies of #219D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219D6B

Black with #219D6B

Text Example


Text Example

White with #219D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219D6B; }

 p { color: rgb(33,157,107); }

 H1.HeaderClassName
 {
   color: #219D6B;
 }
 .AnyTagClassName
 {
   color: #219D6B;
 }
</style>

background-color css

<style>
 a { background-color: #219D6B; }

 a { background-color: rgb(33,157,107); }

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

border-color css

<style>
 span { border-color: #219D6B; }

 span { border-color: rgb(33,157,107); }

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