Html Css Color HEX #219F5B Eucalyptus

📋 copy color: '#219F5B'

red 33 ◦ green 159 ◦ blue 91

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

Shades of Eucalyptus #219F5B

Tints of Eucalyptus #219F5B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 56.18%

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 11.66%
G = 56.18%
B = 32.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#219F5B (or 0x219F5B) is known color: Eucalyptus. HEX triplet: 21, 9F and 5B. RGB value is (33,159,91). Sum of RGB (Red+Green+Blue) = 33+159+91=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #219F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219F5B is #DE60A4. Grayscale: #717171. Windows color (decimal): -14573733 or 6004513. OLE color: 6004513.

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

Color convert

RGB 33 159 91 -
CMYK 0.79 0 0.43 0.38
HSL 147.62º 0.66% 0.38% -
HSV(B) 147.62º 0.79% 0.62% -
XYZ 14.91 25.87 14.11 -
YUV 113.57 115.26 70.53 -
System Red Green Blue C M Y K H S L
Decimal 33 159 91 0.79 0 0.43 0.38 147.62 0.66 0.38
Hex 21 9F 5B 4F 0 2B 26 94 42 26
Octal 41 237 133 117 0 53 46 224 102 46
Binary 100001 10011111 1011011 1001111 0 101011 100110 10010100 1000010 100110

Color Harmonies of #219F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219F5B

Black with #219F5B

Text Example


Text Example

White with #219F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,159,91); }

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

background-color css

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

 a { background-color: rgb(33,159,91); }

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

border-color css

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

 span { border-color: rgb(33,159,91); }

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