Html Css Color HEX #219B7D Jungle Green

📋 copy color: '#219B7D'

red 33 ◦ green 155 ◦ blue 125

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

Shades of Jungle Green #219B7D

Tints of Jungle Green #219B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.94%

R = 10.54%
G = 49.52%
B = 39.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#219B7D (or 0x219B7D) is known color: Jungle Green. HEX triplet: 21, 9B and 7D. RGB value is (33,155,125). Sum of RGB (Red+Green+Blue) = 33+155+125=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #219B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219B7D is #DE6482. Grayscale: #737373. Windows color (decimal): -14574723 or 8231713. OLE color: 8231713.

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

Color convert

RGB 33 155 125 -
CMYK 0.79 0 0.19 0.39
HSL 165.25º 0.65% 0.37% -
HSV(B) 165.25º 0.79% 0.61% -
XYZ 16.05 25.25 23.43 -
YUV 115.1 133.58 69.44 -
System Red Green Blue C M Y K H S L
Decimal 33 155 125 0.79 0 0.19 0.39 165.25 0.65 0.37
Hex 21 9B 7D 4F 0 13 27 A5 41 25
Octal 41 233 175 117 0 23 47 245 101 45
Binary 100001 10011011 1111101 1001111 0 10011 100111 10100101 1000001 100101

Color Harmonies of #219B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219B7D

Black with #219B7D

Text Example


Text Example

White with #219B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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