Html Css Color HEX #219B5A Eucalyptus

📋 copy color: '#219B5A'

red 33 ◦ green 155 ◦ blue 90

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

Shades of Eucalyptus #219B5A

Tints of Eucalyptus #219B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.37%

R = 11.87%
G = 55.76%
B = 32.37%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#219B5A (or 0x219B5A) is known color: Eucalyptus. HEX triplet: 21, 9B and 5A. RGB value is (33,155,90). Sum of RGB (Red+Green+Blue) = 33+155+90=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #219B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219B5A is #DE64A5. Grayscale: #6F6F6F. Windows color (decimal): -14574758 or 5937953. OLE color: 5937953.

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

Color convert

RGB 33 155 90 -
CMYK 0.79 0 0.42 0.39
HSL 148.03º 0.65% 0.37% -
HSV(B) 148.03º 0.79% 0.61% -
XYZ 14.19 24.5 13.65 -
YUV 111.11 116.08 72.29 -
System Red Green Blue C M Y K H S L
Decimal 33 155 90 0.79 0 0.42 0.39 148.03 0.65 0.37
Hex 21 9B 5A 4F 0 2A 27 94 41 25
Octal 41 233 132 117 0 52 47 224 101 45
Binary 100001 10011011 1011010 1001111 0 101010 100111 10010100 1000001 100101

Color Harmonies of #219B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219B5A

Black with #219B5A

Text Example


Text Example

White with #219B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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