Html Css Color HEX #219469 Elf Green

📋 copy color: '#219469'

red 33 ◦ green 148 ◦ blue 105

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

Shades of Elf Green #219469

Tints of Elf Green #219469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.71%

R = 11.54%
G = 51.75%
B = 36.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#219469 (or 0x219469) is known color: Elf Green. HEX triplet: 21, 94 and 69. RGB value is (33,148,105). Sum of RGB (Red+Green+Blue) = 33+148+105=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #219469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219469 is #DE6B96. Grayscale: #6C6C6C. Windows color (decimal): -14576535 or 6919201. OLE color: 6919201.

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

Color convert

RGB 33 148 105 -
CMYK 0.78 0 0.29 0.42
HSL 157.57º 0.64% 0.35% -
HSV(B) 157.57º 0.78% 0.58% -
XYZ 13.77 22.52 16.99 -
YUV 108.71 125.9 74 -
System Red Green Blue C M Y K H S L
Decimal 33 148 105 0.78 0 0.29 0.42 157.57 0.64 0.35
Hex 21 94 69 4E 0 1D 2A 9E 40 23
Octal 41 224 151 116 0 35 52 236 100 43
Binary 100001 10010100 1101001 1001110 0 11101 101010 10011110 1000000 100011

Color Harmonies of #219469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219469

Black with #219469

Text Example


Text Example

White with #219469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219469; }

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

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

background-color css

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

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

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

border-color css

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

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

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