Html Css Color HEX #219465 Elf Green

📋 copy color: '#219465'

red 33 ◦ green 148 ◦ blue 101

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

Shades of Elf Green #219465

Tints of Elf Green #219465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 11.7%
G = 52.48%
B = 35.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#219465 (or 0x219465) is known color: Elf Green. HEX triplet: 21, 94 and 65. RGB value is (33,148,101). Sum of RGB (Red+Green+Blue) = 33+148+101=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #219465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219465 is #DE6B9A. Grayscale: #6C6C6C. Windows color (decimal): -14576539 or 6657057. OLE color: 6657057.

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

Color convert

RGB 33 148 101 -
CMYK 0.78 0 0.32 0.42
HSL 155.48º 0.64% 0.35% -
HSV(B) 155.48º 0.78% 0.58% -
XYZ 13.57 22.44 15.93 -
YUV 108.26 123.9 74.32 -
System Red Green Blue C M Y K H S L
Decimal 33 148 101 0.78 0 0.32 0.42 155.48 0.64 0.35
Hex 21 94 65 4E 0 20 2A 9B 40 23
Octal 41 224 145 116 0 40 52 233 100 43
Binary 100001 10010100 1100101 1001110 0 100000 101010 10011011 1000000 100011

Color Harmonies of #219465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219465

Black with #219465

Text Example


Text Example

White with #219465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219465; }

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

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

background-color css

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

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

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

border-color css

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

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

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