Html Css Color HEX #219D5E Eucalyptus

📋 copy color: '#219D5E'

red 33 ◦ green 157 ◦ blue 94

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

Shades of Eucalyptus #219D5E

Tints of Eucalyptus #219D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 11.62%
G = 55.28%
B = 33.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#219D5E (or 0x219D5E) is known color: Eucalyptus. HEX triplet: 21, 9D and 5E. RGB value is (33,157,94). Sum of RGB (Red+Green+Blue) = 33+157+94=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #219D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219D5E is #DE62A1. Grayscale: #707070. Windows color (decimal): -14574242 or 6200609. OLE color: 6200609.

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

Color convert

RGB 33 157 94 -
CMYK 0.79 0 0.40 0.38
HSL 149.52º 0.65% 0.37% -
HSV(B) 149.52º 0.79% 0.62% -
XYZ 14.7 25.25 14.69 -
YUV 112.74 117.42 71.12 -
System Red Green Blue C M Y K H S L
Decimal 33 157 94 0.79 0 0.40 0.38 149.52 0.65 0.37
Hex 21 9D 5E 4F 0 28 26 96 41 25
Octal 41 235 136 117 0 50 46 226 101 45
Binary 100001 10011101 1011110 1001111 0 101000 100110 10010110 1000001 100101

Color Harmonies of #219D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219D5E

Black with #219D5E

Text Example


Text Example

White with #219D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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