Html Css Color HEX #219474 Elf Green

📋 copy color: '#219474'

red 33 ◦ green 148 ◦ blue 116

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

Shades of Elf Green #219474

Tints of Elf Green #219474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.83%

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 11.11%
G = 49.83%
B = 39.06%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#219474 (or 0x219474) is known color: Elf Green. HEX triplet: 21, 94 and 74. RGB value is (33,148,116). Sum of RGB (Red+Green+Blue) = 33+148+116=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #219474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219474 is #DE6B8B. Grayscale: #6D6D6D. Windows color (decimal): -14576524 or 7640097. OLE color: 7640097.

HSL color Cylindrical-coordinate representation of color #219474: hue angle of 163.3º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219474 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 148 116 -
CMYK 0.78 0 0.22 0.42
HSL 163.3º 0.64% 0.35% -
HSV(B) 163.3º 0.78% 0.58% -
XYZ 14.37 22.76 20.16 -
YUV 109.97 131.4 73.1 -
System Red Green Blue C M Y K H S L
Decimal 33 148 116 0.78 0 0.22 0.42 163.3 0.64 0.35
Hex 21 94 74 4E 0 16 2A A3 40 23
Octal 41 224 164 116 0 26 52 243 100 43
Binary 100001 10010100 1110100 1001110 0 10110 101010 10100011 1000000 100011

Color Harmonies of #219474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219474

Black with #219474

Text Example


Text Example

White with #219474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219474; }

 p { color: rgb(33,148,116); }

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

background-color css

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

 a { background-color: rgb(33,148,116); }

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

border-color css

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

 span { border-color: rgb(33,148,116); }

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