Html Css Color HEX #219C7A Jungle Green

📋 copy color: '#219C7A'

red 33 ◦ green 156 ◦ blue 122

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

Shades of Jungle Green #219C7A

Tints of Jungle Green #219C7A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.16%

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

R = 10.61%
G = 50.16%
B = 39.23%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#219C7A (or 0x219C7A) is known color: Jungle Green. HEX triplet: 21, 9C and 7A. RGB value is (33,156,122). Sum of RGB (Red+Green+Blue) = 33+156+122=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #219C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C7A is #DE6385. Grayscale: #737373. Windows color (decimal): -14574470 or 8035361. OLE color: 8035361.

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

Color convert

RGB 33 156 122 -
CMYK 0.79 0 0.22 0.39
HSL 163.41º 0.65% 0.37% -
HSV(B) 163.41º 0.79% 0.61% -
XYZ 16.03 25.51 22.49 -
YUV 115.35 131.75 69.26 -
System Red Green Blue C M Y K H S L
Decimal 33 156 122 0.79 0 0.22 0.39 163.41 0.65 0.37
Hex 21 9C 7A 4F 0 16 27 A3 41 25
Octal 41 234 172 117 0 26 47 243 101 45
Binary 100001 10011100 1111010 1001111 0 10110 100111 10100011 1000001 100101

Color Harmonies of #219C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219C7A

Black with #219C7A

Text Example


Text Example

White with #219C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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