Html Css Color HEX #219D61 Eucalyptus

📋 copy color: '#219D61'

red 33 ◦ green 157 ◦ blue 97

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

Shades of Eucalyptus #219D61

Tints of Eucalyptus #219D61

RGB

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

 GREEN value IS 157 (61.72% from 255) = 54.7%

 BLUE value IS 97 (38.28% from 255) = 33.8%

R = 11.5%
G = 54.7%
B = 33.8%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#219D61 (or 0x219D61) is known color: Eucalyptus. HEX triplet: 21, 9D and 61. RGB value is (33,157,97). Sum of RGB (Red+Green+Blue) = 33+157+97=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 157 (61.72% from 255 or 54.70% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 157 - color contains mainly: green. Hex color #219D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219D61 is #DE629E. Grayscale: #717171. Windows color (decimal): -14574239 or 6397217. OLE color: 6397217.

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

Color convert

RGB 33 157 97 -
CMYK 0.79 0 0.38 0.38
HSL 150.97º 0.65% 0.37% -
HSV(B) 150.97º 0.79% 0.62% -
XYZ 14.84 25.3 15.41 -
YUV 113.08 118.92 70.88 -
System Red Green Blue C M Y K H S L
Decimal 33 157 97 0.79 0 0.38 0.38 150.97 0.65 0.37
Hex 21 9D 61 4F 0 26 26 97 41 25
Octal 41 235 141 117 0 46 46 227 101 45
Binary 100001 10011101 1100001 1001111 0 100110 100110 10010111 1000001 100101

Color Harmonies of #219D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219D61

Black with #219D61

Text Example


Text Example

White with #219D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,157,97); }

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

background-color css

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

 a { background-color: rgb(33,157,97); }

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

border-color css

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

 span { border-color: rgb(33,157,97); }

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