Html Css Color HEX #219C7C Jungle Green

📋 copy color: '#219C7C'

red 33 ◦ green 156 ◦ blue 124

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

Shades of Jungle Green #219C7C

Tints of Jungle Green #219C7C

RGB

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

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

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

R = 10.54%
G = 49.84%
B = 39.62%

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

#219C7C (or 0x219C7C) is known color: Jungle Green. HEX triplet: 21, 9C and 7C. RGB value is (33,156,124). Sum of RGB (Red+Green+Blue) = 33+156+124=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #219C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C7C is #DE6383. Grayscale: #737373. Windows color (decimal): -14574468 or 8166433. OLE color: 8166433.

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

Color convert

RGB 33 156 124 -
CMYK 0.79 0 0.21 0.39
HSL 164.39º 0.65% 0.37% -
HSV(B) 164.39º 0.79% 0.61% -
XYZ 16.15 25.56 23.15 -
YUV 115.58 132.75 69.1 -
System Red Green Blue C M Y K H S L
Decimal 33 156 124 0.79 0 0.21 0.39 164.39 0.65 0.37
Hex 21 9C 7C 4F 0 15 27 A4 41 25
Octal 41 234 174 117 0 25 47 244 101 45
Binary 100001 10011100 1111100 1001111 0 10101 100111 10100100 1000001 100101

Color Harmonies of #219C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219C7C

Black with #219C7C

Text Example


Text Example

White with #219C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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