Html Css Color HEX #219378 Elf Green

📋 copy color: '#219378'

red 33 ◦ green 147 ◦ blue 120

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

Shades of Elf Green #219378

Tints of Elf Green #219378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49%

 BLUE value IS 120 (47.27% from 255) = 40%

R = 11%
G = 49%
B = 40%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#219378 (or 0x219378) is known color: Elf Green. HEX triplet: 21, 93 and 78. RGB value is (33,147,120). Sum of RGB (Red+Green+Blue) = 33+147+120=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #219378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219378 is #DE6C87. Grayscale: #6D6D6D. Windows color (decimal): -14576776 or 7901985. OLE color: 7901985.

HSL color Cylindrical-coordinate representation of color #219378: hue angle of 165.79º degrees, saturation: 0.63, 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 #219378 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 147 120 -
CMYK 0.78 0 0.18 0.42
HSL 165.79º 0.63% 0.35% -
HSV(B) 165.79º 0.78% 0.58% -
XYZ 14.45 22.55 21.36 -
YUV 109.84 133.73 73.2 -
System Red Green Blue C M Y K H S L
Decimal 33 147 120 0.78 0 0.18 0.42 165.79 0.63 0.35
Hex 21 93 78 4E 0 12 2A A6 3F 23
Octal 41 223 170 116 0 22 52 246 77 43
Binary 100001 10010011 1111000 1001110 0 10010 101010 10100110 111111 100011

Color Harmonies of #219378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219378

Black with #219378

Text Example


Text Example

White with #219378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219378; }

 p { color: rgb(33,147,120); }

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

background-color css

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

 a { background-color: rgb(33,147,120); }

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

border-color css

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

 span { border-color: rgb(33,147,120); }

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