Html Css Color HEX #219D7B Jungle Green

📋 copy color: '#219D7B'

red 33 ◦ green 157 ◦ blue 123

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

Shades of Jungle Green #219D7B

Tints of Jungle Green #219D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.3%

R = 10.54%
G = 50.16%
B = 39.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#219D7B (or 0x219D7B) is known color: Jungle Green. HEX triplet: 21, 9D and 7B. RGB value is (33,157,123). Sum of RGB (Red+Green+Blue) = 33+157+123=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #219D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219D7B is #DE6284. Grayscale: #747474. Windows color (decimal): -14574213 or 8101153. OLE color: 8101153.

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

Color convert

RGB 33 157 123 -
CMYK 0.79 0 0.22 0.38
HSL 163.55º 0.65% 0.37% -
HSV(B) 163.55º 0.79% 0.62% -
XYZ 16.26 25.87 22.87 -
YUV 116.05 131.92 68.76 -
System Red Green Blue C M Y K H S L
Decimal 33 157 123 0.79 0 0.22 0.38 163.55 0.65 0.37
Hex 21 9D 7B 4F 0 16 26 A4 41 25
Octal 41 235 173 117 0 26 46 244 101 45
Binary 100001 10011101 1111011 1001111 0 10110 100110 10100100 1000001 100101

Color Harmonies of #219D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219D7B

Black with #219D7B

Text Example


Text Example

White with #219D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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