Html Css Color HEX #219B68 Elf Green

📋 copy color: '#219B68'

red 33 ◦ green 155 ◦ blue 104

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

Shades of Elf Green #219B68

Tints of Elf Green #219B68

RGB

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

 GREEN value IS 155 (60.94% from 255) = 53.08%

 BLUE value IS 104 (41.02% from 255) = 35.62%

R = 11.3%
G = 53.08%
B = 35.62%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#219B68 (or 0x219B68) is known color: Elf Green. HEX triplet: 21, 9B and 68. RGB value is (33,155,104). Sum of RGB (Red+Green+Blue) = 33+155+104=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #219B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219B68 is #DE6497. Grayscale: #707070. Windows color (decimal): -14574744 or 6855457. OLE color: 6855457.

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

Color convert

RGB 33 155 104 -
CMYK 0.79 0 0.33 0.39
HSL 154.92º 0.65% 0.37% -
HSV(B) 154.92º 0.79% 0.61% -
XYZ 14.85 24.77 17.09 -
YUV 112.71 123.08 71.15 -
System Red Green Blue C M Y K H S L
Decimal 33 155 104 0.79 0 0.33 0.39 154.92 0.65 0.37
Hex 21 9B 68 4F 0 21 27 9B 41 25
Octal 41 233 150 117 0 41 47 233 101 45
Binary 100001 10011011 1101000 1001111 0 100001 100111 10011011 1000001 100101

Color Harmonies of #219B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219B68

Black with #219B68

Text Example


Text Example

White with #219B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,155,104); }

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

background-color css

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

 a { background-color: rgb(33,155,104); }

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

border-color css

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

 span { border-color: rgb(33,155,104); }

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