Html Css Color HEX #219C75 Elf Green

📋 copy color: '#219C75'

red 33 ◦ green 156 ◦ blue 117

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

Shades of Elf Green #219C75

Tints of Elf Green #219C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.98%

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

R = 10.78%
G = 50.98%
B = 38.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#219C75 (or 0x219C75) is known color: Elf Green. HEX triplet: 21, 9C and 75. RGB value is (33,156,117). Sum of RGB (Red+Green+Blue) = 33+156+117=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #219C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C75 is #DE638A. Grayscale: #727272. Windows color (decimal): -14574475 or 7707681. OLE color: 7707681.

HSL color Cylindrical-coordinate representation of color #219C75: hue angle of 160.98º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219C75 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 156 117 -
CMYK 0.79 0 0.25 0.39
HSL 160.98º 0.65% 0.37% -
HSV(B) 160.98º 0.79% 0.61% -
XYZ 15.73 25.38 20.9 -
YUV 114.78 129.25 69.67 -
System Red Green Blue C M Y K H S L
Decimal 33 156 117 0.79 0 0.25 0.39 160.98 0.65 0.37
Hex 21 9C 75 4F 0 19 27 A1 41 25
Octal 41 234 165 117 0 31 47 241 101 45
Binary 100001 10011100 1110101 1001111 0 11001 100111 10100001 1000001 100101

Color Harmonies of #219C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219C75

Black with #219C75

Text Example


Text Example

White with #219C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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