Html Css Color HEX #219266 Elf Green

📋 copy color: '#219266'

red 33 ◦ green 146 ◦ blue 102

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

Shades of Elf Green #219266

Tints of Elf Green #219266

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.96%

 BLUE value IS 102 (40.23% from 255) = 36.3%

R = 11.74%
G = 51.96%
B = 36.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#219266 (or 0x219266) is known color: Elf Green. HEX triplet: 21, 92 and 66. RGB value is (33,146,102). Sum of RGB (Red+Green+Blue) = 33+146+102=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #219266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219266 is #DE6D99. Grayscale: #6B6B6B. Windows color (decimal): -14577050 or 6722081. OLE color: 6722081.

HSL color Cylindrical-coordinate representation of color #219266: hue angle of 156.64º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219266 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 146 102 -
CMYK 0.77 0 0.30 0.43
HSL 156.64º 0.63% 0.35% -
HSV(B) 156.64º 0.77% 0.57% -
XYZ 13.3 21.84 16.08 -
YUV 107.2 125.06 75.08 -
System Red Green Blue C M Y K H S L
Decimal 33 146 102 0.77 0 0.30 0.43 156.64 0.63 0.35
Hex 21 92 66 4D 0 1E 2B 9D 3F 23
Octal 41 222 146 115 0 36 53 235 77 43
Binary 100001 10010010 1100110 1001101 0 11110 101011 10011101 111111 100011

Color Harmonies of #219266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219266

Black with #219266

Text Example


Text Example

White with #219266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219266; }

 p { color: rgb(33,146,102); }

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

background-color css

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

 a { background-color: rgb(33,146,102); }

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

border-color css

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

 span { border-color: rgb(33,146,102); }

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