Html Css Color HEX #209C7F Jungle Green

📋 copy color: '#209C7F'

red 32 ◦ green 156 ◦ blue 127

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

Shades of Jungle Green #209C7F

Tints of Jungle Green #209C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.32%

R = 10.16%
G = 49.52%
B = 40.32%

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

#209C7F (or 0x209C7F) is known color: Jungle Green. HEX triplet: 20, 9C and 7F. RGB value is (32,156,127). Sum of RGB (Red+Green+Blue) = 32+156+127=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #209C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209C7F is #DF6380. Grayscale: #737373. Windows color (decimal): -14640001 or 8363040. OLE color: 8363040.

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

Color convert

RGB 32 156 127 -
CMYK 0.79 0 0.19 0.39
HSL 165.97º 0.66% 0.37% -
HSV(B) 165.97º 0.79% 0.61% -
XYZ 16.31 25.62 24.16 -
YUV 115.62 134.42 68.36 -
System Red Green Blue C M Y K H S L
Decimal 32 156 127 0.79 0 0.19 0.39 165.97 0.66 0.37
Hex 20 9C 7F 4F 0 13 27 A6 42 25
Octal 40 234 177 117 0 23 47 246 102 45
Binary 100000 10011100 1111111 1001111 0 10011 100111 10100110 1000010 100101

Color Harmonies of #209C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209C7F

Black with #209C7F

Text Example


Text Example

White with #209C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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