Html Css Color HEX #219B5E Eucalyptus

📋 copy color: '#219B5E'

red 33 ◦ green 155 ◦ blue 94

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

Shades of Eucalyptus #219B5E

Tints of Eucalyptus #219B5E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 54.96%

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

R = 11.7%
G = 54.96%
B = 33.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#219B5E (or 0x219B5E) is known color: Eucalyptus. HEX triplet: 21, 9B and 5E. RGB value is (33,155,94). Sum of RGB (Red+Green+Blue) = 33+155+94=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #219B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219B5E is #DE64A1. Grayscale: #6F6F6F. Windows color (decimal): -14574754 or 6200097. OLE color: 6200097.

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

Color convert

RGB 33 155 94 -
CMYK 0.79 0 0.39 0.39
HSL 150º 0.65% 0.37% -
HSV(B) 150º 0.79% 0.61% -
XYZ 14.37 24.57 14.58 -
YUV 111.57 118.08 71.96 -
System Red Green Blue C M Y K H S L
Decimal 33 155 94 0.79 0 0.39 0.39 150 0.65 0.37
Hex 21 9B 5E 4F 0 27 27 96 41 25
Octal 41 233 136 117 0 47 47 226 101 45
Binary 100001 10011011 1011110 1001111 0 100111 100111 10010110 1000001 100101

Color Harmonies of #219B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219B5E

Black with #219B5E

Text Example


Text Example

White with #219B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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