Html Css Color HEX #219B7A Jungle Green

📋 copy color: '#219B7A'

red 33 ◦ green 155 ◦ blue 122

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

Shades of Jungle Green #219B7A

Tints of Jungle Green #219B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.35%

R = 10.65%
G = 50%
B = 39.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#219B7A (or 0x219B7A) is known color: Jungle Green. HEX triplet: 21, 9B and 7A. RGB value is (33,155,122). Sum of RGB (Red+Green+Blue) = 33+155+122=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #219B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219B7A is #DE6485. Grayscale: #727272. Windows color (decimal): -14574726 or 8035105. OLE color: 8035105.

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

Color convert

RGB 33 155 122 -
CMYK 0.79 0 0.21 0.39
HSL 163.77º 0.65% 0.37% -
HSV(B) 163.77º 0.79% 0.61% -
XYZ 15.86 25.17 22.43 -
YUV 114.76 132.08 69.68 -
System Red Green Blue C M Y K H S L
Decimal 33 155 122 0.79 0 0.21 0.39 163.77 0.65 0.37
Hex 21 9B 7A 4F 0 15 27 A4 41 25
Octal 41 233 172 117 0 25 47 244 101 45
Binary 100001 10011011 1111010 1001111 0 10101 100111 10100100 1000001 100101

Color Harmonies of #219B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219B7A

Black with #219B7A

Text Example


Text Example

White with #219B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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