Html Css Color HEX #219D7C Jungle Green

📋 copy color: '#219D7C'

red 33 ◦ green 157 ◦ blue 124

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

Shades of Jungle Green #219D7C

Tints of Jungle Green #219D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.49%

R = 10.51%
G = 50%
B = 39.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#219D7C (or 0x219D7C) is known color: Jungle Green. HEX triplet: 21, 9D and 7C. RGB value is (33,157,124). Sum of RGB (Red+Green+Blue) = 33+157+124=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #219D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219D7C is #DE6283. Grayscale: #747474. Windows color (decimal): -14574212 or 8166689. OLE color: 8166689.

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

Color convert

RGB 33 157 124 -
CMYK 0.79 0 0.21 0.38
HSL 164.03º 0.65% 0.37% -
HSV(B) 164.03º 0.79% 0.62% -
XYZ 16.32 25.89 23.21 -
YUV 116.16 132.42 68.68 -
System Red Green Blue C M Y K H S L
Decimal 33 157 124 0.79 0 0.21 0.38 164.03 0.65 0.37
Hex 21 9D 7C 4F 0 15 26 A4 41 25
Octal 41 235 174 117 0 25 46 244 101 45
Binary 100001 10011101 1111100 1001111 0 10101 100110 10100100 1000001 100101

Color Harmonies of #219D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219D7C

Black with #219D7C

Text Example


Text Example

White with #219D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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