Html Css Color HEX #219D68 Eucalyptus

📋 copy color: '#219D68'

red 33 ◦ green 157 ◦ blue 104

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

Shades of Eucalyptus #219D68

Tints of Eucalyptus #219D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.37%

R = 11.22%
G = 53.4%
B = 35.37%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#219D68 (or 0x219D68) is known color: Eucalyptus. HEX triplet: 21, 9D and 68. RGB value is (33,157,104). Sum of RGB (Red+Green+Blue) = 33+157+104=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #219D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219D68 is #DE6297. Grayscale: #717171. Windows color (decimal): -14574232 or 6855969. OLE color: 6855969.

HSL color Cylindrical-coordinate representation of color #219D68: hue angle of 154.35º 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 #219D68 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 157 104 -
CMYK 0.79 0 0.34 0.38
HSL 154.35º 0.65% 0.37% -
HSV(B) 154.35º 0.79% 0.62% -
XYZ 15.18 25.44 17.21 -
YUV 113.88 122.42 70.31 -
System Red Green Blue C M Y K H S L
Decimal 33 157 104 0.79 0 0.34 0.38 154.35 0.65 0.37
Hex 21 9D 68 4F 0 22 26 9A 41 25
Octal 41 235 150 117 0 42 46 232 101 45
Binary 100001 10011101 1101000 1001111 0 100010 100110 10011010 1000001 100101

Color Harmonies of #219D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219D68

Black with #219D68

Text Example


Text Example

White with #219D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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