Html Css Color HEX #209C7C Jungle Green

📋 copy color: '#209C7C'

red 32 ◦ green 156 ◦ blue 124

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

Shades of Jungle Green #209C7C

Tints of Jungle Green #209C7C

RGB

 RED value IS 32 (12.89% from 255) = 10.26%

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

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

R = 10.26%
G = 50%
B = 39.74%

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

#209C7C (or 0x209C7C) is known color: Jungle Green. HEX triplet: 20, 9C and 7C. RGB value is (32,156,124). Sum of RGB (Red+Green+Blue) = 32+156+124=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #209C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209C7C is #DF6383. Grayscale: #737373. Windows color (decimal): -14640004 or 8166432. OLE color: 8166432.

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

Color convert

RGB 32 156 124 -
CMYK 0.79 0 0.21 0.39
HSL 164.52º 0.66% 0.37% -
HSV(B) 164.52º 0.79% 0.61% -
XYZ 16.12 25.54 23.15 -
YUV 115.28 132.92 68.6 -
System Red Green Blue C M Y K H S L
Decimal 32 156 124 0.79 0 0.21 0.39 164.52 0.66 0.37
Hex 20 9C 7C 4F 0 15 27 A5 42 25
Octal 40 234 174 117 0 25 47 245 102 45
Binary 100000 10011100 1111100 1001111 0 10101 100111 10100101 1000010 100101

Color Harmonies of #209C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209C7C

Black with #209C7C

Text Example


Text Example

White with #209C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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