Html Css Color HEX #219B70 Elf Green

📋 copy color: '#219B70'

red 33 ◦ green 155 ◦ blue 112

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

Shades of Elf Green #219B70

Tints of Elf Green #219B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.33%

R = 11%
G = 51.67%
B = 37.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#219B70 (or 0x219B70) is known color: Elf Green. HEX triplet: 21, 9B and 70. RGB value is (33,155,112). Sum of RGB (Red+Green+Blue) = 33+155+112=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #219B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219B70 is #DE648F. Grayscale: #717171. Windows color (decimal): -14574736 or 7379745. OLE color: 7379745.

HSL color Cylindrical-coordinate representation of color #219B70: hue angle of 158.85º 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 #219B70 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 155 112 -
CMYK 0.79 0 0.28 0.39
HSL 158.85º 0.65% 0.37% -
HSV(B) 158.85º 0.79% 0.61% -
XYZ 15.27 24.94 19.34 -
YUV 113.62 127.08 70.5 -
System Red Green Blue C M Y K H S L
Decimal 33 155 112 0.79 0 0.28 0.39 158.85 0.65 0.37
Hex 21 9B 70 4F 0 1C 27 9F 41 25
Octal 41 233 160 117 0 34 47 237 101 45
Binary 100001 10011011 1110000 1001111 0 11100 100111 10011111 1000001 100101

Color Harmonies of #219B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219B70

Black with #219B70

Text Example


Text Example

White with #219B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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