Html Css Color HEX #219075 Elf Green

📋 copy color: '#219075'

red 33 ◦ green 144 ◦ blue 117

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

Shades of Elf Green #219075

Tints of Elf Green #219075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.98%

 BLUE value IS 117 (46.09% from 255) = 39.8%

R = 11.22%
G = 48.98%
B = 39.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#219075 (or 0x219075) is known color: Elf Green. HEX triplet: 21, 90 and 75. RGB value is (33,144,117). Sum of RGB (Red+Green+Blue) = 33+144+117=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #219075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219075 is #DE6F8A. Grayscale: #6B6B6B. Windows color (decimal): -14577547 or 7704609. OLE color: 7704609.

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

Color convert

RGB 33 144 117 -
CMYK 0.77 0 0.19 0.44
HSL 165.41º 0.63% 0.35% -
HSV(B) 165.41º 0.77% 0.56% -
XYZ 13.81 21.55 20.26 -
YUV 107.73 133.23 74.7 -
System Red Green Blue C M Y K H S L
Decimal 33 144 117 0.77 0 0.19 0.44 165.41 0.63 0.35
Hex 21 90 75 4D 0 13 2C A5 3F 23
Octal 41 220 165 115 0 23 54 245 77 43
Binary 100001 10010000 1110101 1001101 0 10011 101100 10100101 111111 100011

Color Harmonies of #219075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219075

Black with #219075

Text Example


Text Example

White with #219075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219075; }

 p { color: rgb(33,144,117); }

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

background-color css

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

 a { background-color: rgb(33,144,117); }

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

border-color css

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

 span { border-color: rgb(33,144,117); }

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