Html Css Color HEX #219868 Elf Green

📋 copy color: '#219868'

red 33 ◦ green 152 ◦ blue 104

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

Shades of Elf Green #219868

Tints of Elf Green #219868

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.6%

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

R = 11.42%
G = 52.6%
B = 35.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#219868 (or 0x219868) is known color: Elf Green. HEX triplet: 21, 98 and 68. RGB value is (33,152,104). Sum of RGB (Red+Green+Blue) = 33+152+104=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #219868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219868 is #DE6797. Grayscale: #6F6F6F. Windows color (decimal): -14575512 or 6854689. OLE color: 6854689.

HSL color Cylindrical-coordinate representation of color #219868: hue angle of 155.8º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219868 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 152 104 -
CMYK 0.78 0 0.32 0.40
HSL 155.8º 0.64% 0.36% -
HSV(B) 155.8º 0.78% 0.6% -
XYZ 14.35 23.78 16.93 -
YUV 110.95 124.08 72.4 -
System Red Green Blue C M Y K H S L
Decimal 33 152 104 0.78 0 0.32 0.40 155.8 0.64 0.36
Hex 21 98 68 4E 0 20 28 9C 40 24
Octal 41 230 150 116 0 40 50 234 100 44
Binary 100001 10011000 1101000 1001110 0 100000 101000 10011100 1000000 100100

Color Harmonies of #219868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219868

Black with #219868

Text Example


Text Example

White with #219868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219868; }

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

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

background-color css

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

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

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

border-color css

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

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

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